Forum Discussion
Thiagops
3 years agoHelper II
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...
- Anonymous3 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
Anonymous
3 years agoNot applicable
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