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 All,
I am using the data model for building reports using the power bi report builder. Unfortunately it doesn't show columns with no data unlike the PBI desktop does (Show items with no data setting). I know this could have been possible with a Left join or a cross join in sql but not sure in this case. Can anybody suggest any workaround for this?
Thanks in advance.
Solved! Go to Solution.
Hi @bondfranco ,
Please try this:
=IIf(IsNothing(Sum(Fields!Sales.Value)),True,False)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @bondfranco ,
Please try this:
=IIf(IsNothing(Sum(Fields!Sales.Value)),True,False)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |