Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
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
I want result how many customers in each group
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |