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.
Solved! Go to Solution.
@Anonymous You no need to have SWITCH here... Also your IF syntax is not correct.
Please try this...
if (BINGO_AUTOMATION[CURRENT_POD] < BINGO_AUTOMATION[TARGET_POD],BINGO_AUTOMATION[CURRENT_POD] - BINGO_AUTOMATION[TARGET_POD] ,0)
Proud to be a PBI Community Champion
@Anonymous You no need to have SWITCH here... Also your IF syntax is not correct.
Please try this...
if (BINGO_AUTOMATION[CURRENT_POD] < BINGO_AUTOMATION[TARGET_POD],BINGO_AUTOMATION[CURRENT_POD] - BINGO_AUTOMATION[TARGET_POD] ,0)
Proud to be a PBI Community Champion
actually, upon further investigation - the formula doesn't filter out instances where the Current >= Target. it's just calculating the measure for every row as opposed to only those where Current < Target.
This worked! Thank you so much!
Rewrite the Column as given below.
Column 1 = SWITCH (if (BINGO_AUTOMATION[CURRENT_POD] < BINGO_AUTOMATION[TARGET_POD),(BINGO_AUTOMATION[CURRENT_POD] - BINGO_AUTOMATION[TARGET_POD]),Null)
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 |
---|---|
85 | |
70 | |
68 | |
50 | |
32 |
User | Count |
---|---|
117 | |
100 | |
73 | |
65 | |
40 |