Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
PLease help
I have following data in PBI,
ID | Market | Market Unit | Status |
701 | NA | Midwest | Good |
701 | NA | Canada | Good |
701 | NA
| South | V Good |
701 | Europe | ASGR | Good |
701 | Europe | Gallia | Good |
701 | Europe | Latin America | V Good |
I have slicer for market, if I select no value from slicer than I want value :-
Solved! Go to Solution.
Hi @Anonymous ,
Just use
Measure = COUNT('Table'[Status])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
@Anonymous
please try
Measure = calculate(countrows('table'),FILTER('table','table'[Status]="Good"))
Proud to be a Super User!
thank you for solution really helpful, however I have status column count in my chart thus want the count for all the values of status together i.e Good and V Good count together for the waterfal chart
Hi @Anonymous ,
Just use
Measure = COUNT('Table'[Status])
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
@Anonymous
you can try use
Measure = calculate(countrows('table')
If you want to count the number of single value, you can use distinctcount.
Proud to be a Super User!
@Anonymous you can try following as a measure
Count = IF ( HASONEFILTER ( Table[Statu] ), COUNTROWS ( Table ), 0 )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
sorry, not working for me and other way out
User | Count |
---|---|
117 | |
75 | |
62 | |
50 | |
44 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |