Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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]
)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |