Jon on 28 Oct 2017 05:40:43
Add function IFBLANK(Value, Alternate) similar to IFERROR () .
This would prevent having to constantly write:
IF(ISBLANK(Value), Alternate, Value).
- Comments (3)
RE: Add function IFBLANK(Value, Alternate)
The IF(ISBLANK(Value), Alternate, Value) syntax is awful and not very readable. A variable can be used to prevent repeating long expression, but I completely agree IFBLANK function should be added to the language.
RE: Add function IFBLANK(Value, Alternate)
I posted recently a very similar idea :
https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/34650361-nz-for-power-bi
RE: Add function IFBLANK(Value, Alternate)
Further to Jonathan's comment... If the 'value' is a resource hungry calculated measure, avoiding calculating it twice would improve performance