The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
9 | |
7 |