"dax help" 'need help'
1 TopicDAX Formula Help
Link to files in Onedrive Haven't been here in a long time as I thought my DAX skills were supberb. However this is stomping me to the ground. As when I apply a filter on major event through the filter pane I'm not getting what I expect. I need a function to ignore filters from the filter pane or slicers. 1. If no filtering is done on [MajorEvent], I want to sum up CI value. Output should be 600. (Working) 2. If I filter [major event] = 'N', I want the sum of CIs and and sum of nonME_CIs, even for cases with a [MajorEvent] = 'Y'. Output should be 173. (Not Working, I'm only getting 53 and it should be 173) 3. If I filter [MajorEvent] = 'Y', I want to sum CIs minus sum of nonME_CIs. Output should be 427. (Working)Solved4.8KViews0likes18Comments