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 need to remove by using If error I think the following data marked in red:
I have the following measures at the moment :
Var LCR = [Actual LCR]-[Forecast LCR]
Var LCR % = IFERROR([Var LCR] / [Forecast LCR],"")
What I need apart of this "IFERROR" is to say IF I have Blank in Actual LCR column put "" in Var LCR % Column.
Any ideas?
Thanks,
.
Solved! Go to Solution.
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))
Hi,
Try this
=IF(ISBLANK([Actual LCR]),BLANK(),IFERROR([Var LCR]/[Forecast LCR],BLANK()))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 189 | |
| 124 | |
| 106 | |
| 78 | |
| 52 |