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.
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]
)
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 |
---|---|
21 | |
15 | |
11 | |
10 | |
10 |