Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have created true or false measures out of a 2 different measure
For example: Cash holding if(measure1>measure2, 0,1).
I am trying to count how many numbers of 1 we got as a card visual but nothing seems to be working. Does anyone have any other way? When I select the Card visual it does not give the proper count.
Solved! Go to Solution.
I thought you said true/false output. No issues. Try
you my try
SUMX (
VALUES ( Table[PostDate] ),
[Cash_Holding_Over_Under]
)
Hi @rahulvyas
you my try
SUMX (
VALUES ( Table[PostDate] ),
CALCULATE (
IF (
[Cash_Holding_Over_Under] = TRUE (),
1
)
)
)
Does not work. Getting the error. I also check the format and its a "Whole Number"
I thought you said true/false output. No issues. Try
you my try
SUMX (
VALUES ( Table[PostDate] ),
[Cash_Holding_Over_Under]
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 10 | |
| 10 | |
| 8 | |
| 8 |