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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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