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 Team,
how to find sum using another column distinct values, after unpivoting the the columns im getting results like this
i want to sum of Total column, i need result is 3.7 but im getting 11.1
calculate the sum based on another column distinct values How to solve this?
Thanks,
Ranga
Solved! Go to Solution.
@Anonymous it's work but i need other column to build the table
i'm looking measure only i have used below measure
I think what you want can be done in Power Query - Transform - Group by.
When I do that I get the results you seek:
I used these settings for the step:
Let me know if it works
@Anonymous it's work but i need other column to build the table
i'm looking measure only i have used below measure
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 31 | |
| 24 | |
| 22 |
| User | Count |
|---|---|
| 133 | |
| 115 | |
| 56 | |
| 45 | |
| 40 |