Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi good day can anyone help me correct my visual calculation.
if Vessel Capacity is equal to 0 and blank then the result is Vessel Capacity else the FC POB Plan
Solved! Go to Solution.
Hi,
Ensure you are referencing the columns/measures exactly as they appear in the visual matrix:
Calculation = IF([Vessel Capacity] = 0 || [Vessel Capacity] = BLANK(), [Vessel Capacity], [FC POB Plan])You could check whether the [Vessel Capacity] is text or a number.
hi @AllanBerces ,
try like:
Calculation = IF([Vessel Capacity] = 0 || ISBLANK([Vessel Capacity] ), [Vessel Capacity], [FC POB Plan])
Hi @AllanBerces
Can you check try this and confirm
Calculation =
IF(ISBLANK([Vessel Capacity]) || [Vessel Capacity] = 0,[Vessel Capacity],[FC POB Plan])
hi @AllanBerces ,
try like:
Calculation = IF([Vessel Capacity] = 0 || ISBLANK([Vessel Capacity] ), [Vessel Capacity], [FC POB Plan])
Hi @krishnakanth240 @FreemanZ @ChainsawMan thnak you very much working perfetly
You're welcome @AllanBerces ! Could you please accept it as a solution if the calculation is working. Thank you
Hi,
Ensure you are referencing the columns/measures exactly as they appear in the visual matrix:
Calculation = IF([Vessel Capacity] = 0 || [Vessel Capacity] = BLANK(), [Vessel Capacity], [FC POB Plan])You could check whether the [Vessel Capacity] is text or a number.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 45 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 86 | |
| 68 | |
| 38 | |
| 29 | |
| 26 |