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 September 15. Request your voucher.
Hi all,
I am required to show total no. of joiners and leavers by clubs but all show no. of joiners by Competitors, with Competitors being one of the Catogory from many category values.
So, on top I have to display only Competitors name (and not all members have Competitors filled in, it can be anything in the Category column) but display total joiners and leavers for that month.
How can I achieve this please.
Hi @Anonymous
Thanks for reaching out to us.
Can you share some sample data? thanks
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , You can add a filter
calculate([Joiner measure], filter(Table, Table[Type] <> "Competitor"))
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
28 | |
17 | |
12 | |
7 | |
5 |