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! Get ahead of the game and start preparing now! Learn more
Hi Guys,
Can any one help me out, how can I create a level based measures in Power BI Desktop.
User will select a detail level column value will come from drill through filter. I have to show detail level count for that selected value and also show the count for other levels.
Quick response would be really appreciable.
Thanks,
Prudviraj
Solved! Go to Solution.
Hi @Prudhviraj,
The detailed level count could be like this:
detailed_level = count('table'[Dealer])The all the levels could be like this:
all_level = CALCULATE ( COUNT ( 'table'[Dealer] ), ALL ( 'table'[Dealer] ) )
Or you can post the expected results.
Best Regards,
Dale
Hi @Prudhviraj,
Could you please mark the proper answer as solution?
Best Regards!
Dale
Hi @Prudhviraj,
The detailed level count could be like this:
detailed_level = count('table'[Dealer])The all the levels could be like this:
all_level = CALCULATE ( COUNT ( 'table'[Dealer] ), ALL ( 'table'[Dealer] ) )
Or you can post the expected results.
Best Regards,
Dale
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 128 | |
| 88 | |
| 79 | |
| 67 | |
| 62 |