Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have this data set with some weekly data.
For the alllocated FFE the value for each week is repeated for a given ID
I want a measure that shows me the sum value for each week, but the total for the same measure should only be the sum of the distinct values across all the weeks for each ID.
So the value for week 201902 would be 400 without the ID in the table as two IDs has values for week 2
And the total should be=400 (220+180) as it should be the total for each ID's distinct value
The formula I have right now is:
Turns out the solution was alot more simple:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |