Power BI: error

To deal with an error message like this:

power bi

I will use the IFERROR function:

IFERROR(formula,"value")

power bi

NOTE: replace value by yours

This function will not work in Power Query Editor, in this case, I will use:

try formula otherwise "value"

power bi
power bi power bi
power bi

Interesting Topics