Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |