Forum Discussion
Aniket_Bhande
3 years agoFrequent Visitor
Calculate distinct count
Hi guys, i have data Where I have customer population. customer name 0- 20 22-49 50-99 >100 But we want Customer population with no of customer. How we will do that
Anonymous
3 years agoNot applicable
Hi Aniket_Bhande ,
You can create a measure as below to get it and put it on your visual:
Measure = DISTINCTCOUNT ( 'Table'[CUST NAME] )
f the above one can't help you get the expected result, please provide some raw data in your table (exclude sensitive data) with Text format and your expected result with backend logic and special examples. Does the field [customer population] and [customer name] come from the same table? It is better if you can share a simplified pbix file with the expected result explanation. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards