Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I have the measure to count how many members have that ppl category.
Solved! Go to Solution.
Hi, @yaman123
Please try the below measure.
No of Members =
COUNTROWS (
FILTER (
VALUES ( 'Payment by Member Query'[MEMBER_CODE] ),
NOT ISBLANK ( [Total PPL] )
)
)
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
Hi, @yaman123
Please try the below measure.
No of Members =
COUNTROWS (
FILTER (
VALUES ( 'Payment by Member Query'[MEMBER_CODE] ),
NOT ISBLANK ( [Total PPL] )
)
)
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
Great thank you!
Also i would like to calculate the % e.g No of Members / Total. How can this be written. I have a measure and it isnt taking into account the correct figures.
Hi, @yaman123
Thank you for your feedback.
I think the distinctcount/allselect in %PPL measure = counting all members including zero sales.
I think this percentage is also useful, but if you don't need this, then you can distinct count all members who has non-zero-sales. Something like below...
calculate (
COUNTROWS (
FILTER (
VALUES ( 'Payment by Member Query'[MEMBER_CODE] ),
NOT ISBLANK ( [Total PPL] )
), allselected(PPLBUCKET)
)
Thank you.
Hi @Jihwan_Kim
I am getting the results as 1 instead of the percentage
Sorry if i am not writing the dax query correctly, i have the below query:
Hi,
if it is OK with you, please share the sample pbix file, then I can try to come up with a more accurate mesure.
thanks.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
hI @Jihwan_Kim
Theres a lot of private information in the file. I can share the table and measures.
Hi, terribly sorry to say that please check your last measure.
Is it giving the result = 1 ??
When I tested it, it gave me an error.
Hi @Jihwan_Kim
I think i have solved this. I have created a new measure
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 67 | |
| 48 | |
| 46 | |
| 41 | |
| 39 |