Forum Discussion

T_Campelo's avatar
T_Campelo
Frequent Visitor
8 years ago
Solved

Filter Text Card

Good Morning,   I am new to the community so sorry in advance if I am posting my question in the wrong place. I am trying to use the Card function to have a "filtered title" on my dashboard. The id...
  • SivaMani's avatar
    8 years ago

    T_Campelo,

     

    Yes. You can have 'ALL' if no region is selected. Create a measure like below,

     

    SelectedReg  = SELECTEDVALUE(TableName[Region], "All")

     

    Hope it will help you!