Forum Discussion

Multiverse_76's avatar
Multiverse_76
Frequent Visitor
6 years ago

Disconnected Table for Slicing Measures

Hi All

I'm trying to slice a Measure but using the disconnected table method.  This formula is working providing there is a selection.  When there is no selection, my visual is blank.  I need it to show all if there's no selection.  Is there a tweak to the formula or a different method that will deliver the desired outcome?

 

New Measure = IF('Combined_Tbl (2)'[Status Number]=SELECTEDVALUE('Value Selection'[Status No]),1,0)

 

Many thanks! 

3 Replies