Forum Discussion

SantiNarv's avatar
SantiNarv
Frequent Visitor
4 years ago
Solved

Help with error in row subtotals

Hi Power BI Community, Please your kind help giving me a hint about how to author the following measure so it does not generate an error at the moment of enabling the row subtotals. I am going to u...
  • amitchandak's avatar
    4 years ago

    SantiNarv , Try like

     

    Measure=If(max('Table'[Performance criteria])="%",10,20)