Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
bondfranco
Frequent 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 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.

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @bondfranco ,

 

Please try this:

=IIf(IsNothing(Sum(Fields!Sales.Value)),True,False)

isnothing.gif

 

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Icey
Community Support
Community Support

Hi @bondfranco ,

 

Please try this:

=IIf(IsNothing(Sum(Fields!Sales.Value)),True,False)

isnothing.gif

 

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.