Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Dear All:
All the best in all the reporting. I am too new to Power BI but the current stage where I am stuck has made me Go Through Power BI a lot. A blessing in disguise. 🙂
I need to Replace the values in the Column of Visual (obviously the column is showing values on specific conditions on the source) with the Values of another Column on the same visual, if the first column calculates any null values.
Please help in this regard.
As you can see below, i want to replace the values in Comm Veh Avg Pay (4th Column) if it is blank with the respective value in Total (ZF10 CC) (5th Column) if that is again blank, then with the values of next column which is Private Veh Cost.
I am stuck since days, please help in this regard. Thanks in Advance as well.
Solved! Go to Solution.
=IF([Measure1]=blank(),[Measure2],[Measure3])
or some variation. You can use nested IF if needed, or even SWITCH TRUE
https://powerpivotpro.com/2015/03/the-diabolical-genius-of-switch-true/
I mean you should write a measure that reacts to the circumstances that are presented in the visual.
=IF([Measure1]=blank(),[Measure2],[Measure3])
or some variation. You can use nested IF if needed, or even SWITCH TRUE
https://powerpivotpro.com/2015/03/the-diabolical-genius-of-switch-true/
I mean you should write a measure that reacts to the circumstances that are presented in the visual.
Perfect solution you have quoted Matt... very nice. My issue resolved as well.
I have had been stuck since days over it.. Good Luck.
Thanks,
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 43 | |
| 38 | |
| 34 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |