Forum Discussion

Thiagops's avatar
Thiagops
Helper II
3 years ago
Solved

Data tracking without selection

Good afternoon, In the project below, each slice of data makes a filter on a graph (both are overlapping). However, when any of the segments have no item selected, the graph would need to show noth...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Thiagops ,

    You can write measure formula with if statement and isfiltered function to check if any fields has been selected and return false flag in the if statement false branch to use on 'visual level filter' to filter records.

    ISFILTERED function (DAX) - DAX | Microsoft Learn

    Regards,
    Xiaoxin Sheng