Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi guys!
I am looking to count the text Unavailable only in the whole table and present it in chart form (bar or pie/donut) with the count only on the "Unavailable" Text. My data is as below:
appreciate suggestions for DAX and methods!
Thank you in advance!
Solved! Go to Solution.
Hi @sup_dome
When you imported the data was it in that format? I would recommend changing the format from Pivot to Tabular
Unavailable Count =
CALCULATE(COUNTROWS(Table),
KEEPFILTERS(Table[Values] =
"Unavailable")
Thanks
Joe
If you found my answer helpful and it solved your issue, please accept as solution
Proud to be a Super User! | |
Date tables help! Learn more
Hi @sup_dome
When you imported the data was it in that format? I would recommend changing the format from Pivot to Tabular
Unavailable Count =
CALCULATE(COUNTROWS(Table),
KEEPFILTERS(Table[Values] =
"Unavailable")
Thanks
Joe
If you found my answer helpful and it solved your issue, please accept as solution
Proud to be a Super User! | |
Date tables help! Learn more
Thanks Joe! Appreciate it.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |