Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi All,
I am trying to get a count of how many unique IDs are in a column and then I want to factor in a weight associated with each row... this will change the count slightly. let's say I have 5 rows; however, each row is weighted at .5... any suggestions on how to get the calculation to total 2 in Power BI?
for instance, see below
row1 weight
1 .5
2
3
4
5
Solved! Go to Solution.
Not clear , can you show ur expected results
| User | Count |
|---|---|
| 49 | |
| 37 | |
| 33 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 130 | |
| 100 | |
| 56 | |
| 37 | |
| 37 |