Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 should show 0 in card not blank. Suppose none of the country slicer is selected it should show value as 2.(because C1 & c3 has true)
Want to show in card visual.
How to achieve in DAX?please help
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
expected measure: =
SUMX ( Country, Country[X] * 1 )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
Please check the below picture and the attached pbix file.
expected measure: =
SUMX ( Country, Country[X] * 1 )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
10 | |
10 | |
9 |
User | Count |
---|---|
15 | |
13 | |
12 | |
11 | |
10 |