Forum Discussion

AmyD's avatar
AmyD
Icon for Helper I rankHelper I
3 months ago
Solved

M Formula - Show 0 instead of (blank)

Hi All,   Hopefully I've posted this in the right location. I'm after an M code that I can then use on a card to show 0 instead of (blanks). I don't have access to Power BI Desktop - I'm purely wo...
  • MasonMA's avatar
    MasonMA
    3 months ago

    If you have Editing permission you should be able to create DAX Measure in Service after you 'Open Semantic Model'.

    A measure like COALESCE([Measure], 0) will work.