Forum Discussion

piotrgrendus87's avatar
3 years ago
Solved

Hide Function

Hello All. Can You give some advise how to hide blank text when there is no data in table, but when in that same time i am using a hide function. Hide function Summary KPIs = IF (    ISFILTER...
  • bolfri's avatar
    3 years ago
    Try this one:

     

    Hide function Summary KPIs =
    SWITCH(TRUE(),
    ISBLANK([Your measure name]),"#FFFFFF00",
    NOT(ISFILTERED ('Accountflex Data'[Dealer ID and Name Filter])),"#FFFFFF00",
    "#000000")