Forum Discussion
bondfranco
5 years agoFrequent Visitor
Display column headers with no data Power BI Report Builder with model dataset
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 sett...
- 5 years ago
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.
Icey
Community Support
5 years agoHi 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.