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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I've below measure adding +0 is not working. It it because of CountA function??
Solved! Go to Solution.
Hi @Anonymous
Try wrapping the whole thing in IF(ISBLANK()) for example
Overview_ActInternal =
VAR Res = CALCULATE(COUNTA(Audit[Plan/Act]),Audit[Plan/Act]={"Act"},Audit[Int/Ext]={"Int"},Audit[LastMonthYear]=1)
RETURN IF(ISBLANK(Res,0,Res))
Regards
Phil
Proud to be a Super User!
Hi @Anonymous
Try wrapping the whole thing in IF(ISBLANK()) for example
Overview_ActInternal =
VAR Res = CALCULATE(COUNTA(Audit[Plan/Act]),Audit[Plan/Act]={"Act"},Audit[Int/Ext]={"Int"},Audit[LastMonthYear]=1)
RETURN IF(ISBLANK(Res,0,Res))
Regards
Phil
Proud to be a Super User!
Hi,
Thanks for your help!
I did the same but I get all the Dimension values with empty though I selected only one value.
Pls see the screen shot.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 38 | |
| 38 | |
| 28 | |
| 27 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 73 | |
| 66 | |
| 65 |