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! Request now
Hi everyone,
I would like to show the sum of distinct count on a column chart. My data looks like this.
What I would like to achieve is a graph that shows the sum of the distinct count of ID for each customer. Here I can show you the summary table and the result chart. Actually, the summary table is not needed. A measure that can calculate the sum of the distinct count of ID for each customer is ok.
Thank you very much for your help.
Solved! Go to Solution.
@Anonymous , you can try like
Countx(summarize(Table, Table[Month], Table[Shop], Table[Customer]),[Customer])
You can add or remove group column from summarize
@Anonymous
why the distinctcount for month1 shop1 is 4? could you pls provide the calculation logic?
Proud to be a Super User!
The solution provided by @amitchandak already solved my problem. Thanks for your help anyway ^-^
@Anonymous , you can try like
Countx(summarize(Table, Table[Month], Table[Shop], Table[Customer]),[Customer])
You can add or remove group column from summarize
Thanks for your great solution!
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.