Forum Discussion
Happy2023_05
Helper I
3 years agoNeed DAX help
Country field has 1 indicator field X. X has Boolean values-true or false Country. X C1. True C2. False C3. True If country slicer(C2) selected indicator is false it...
- 3 years ago
Hi,
Please check the below picture and the attached pbix file.
expected measure: = SUMX ( Country, Country[X] * 1 )
Jihwan_Kim
Super User
3 years agoHi,
Please check the below picture and the attached pbix file.
expected measure: =
SUMX ( Country, Country[X] * 1 )
Happy2023_05
Helper I
3 years ago- It worked.Thank you so much for the help.