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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have created a report that contain reviews data of Social Media.Here 3 sentiments are there (+ve review,-ve Review,Neutral Review) based on social media we are going to filter the reviews rating.For HolidayIQ there is no neutral reviews but in report it's showing blank instead of 0.I have tried many DAX commands but i didnt get any proper solutions for that.
Would anyone have an idea how to do this?
Thanks in advance!
Solved! Go to Solution.
Hi@vcastello,
Thanks for your reply. I got the solution for this now its working fine.
ReeviewBlank = COUNTROWS ( FILTER ( review, TRUE() ) ) + 0
Hi @Shivagange
It returns (Blank), just because there is no data that fits the filter (Holiday IQ and Neutral).
You colud try something like this (assuming that your measure that counts the reviews is called [Measure M] ) ...
IF(ISBLANK([Measure M]), 0, [Measure M])
Hi@vcastello,
Thanks for your reply. I got the solution for this now its working fine.
ReeviewBlank = COUNTROWS ( FILTER ( review, TRUE() ) ) + 0
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |