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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
JBDelvaux
Helper I
Helper I

How to hide row if it doesn't have all informations?

Greetings,

I have the following table.

JBDelvaux_0-1694070435852.png

The informations it contains come from three tables in DB.  Two of which I easily managed to filter to remove the unnecesary informations.

JBDelvaux_1-1694070516635.png

The result is what you see in the first image. It leaves some line with a blank value where it cannot find correlating value in the filtered tables. I wanted to do the opposite, not show a row if there is no correlating values. How can I achieve that?

 

To use SQL terms, it feels like the table is doing a OUTER JOIN and I want it to be a INNER JOIN.

 

Thank you and have a wonderful rest of your day

1 REPLY 1
christinepayton
Super User
Super User

I'm not sure what the model looks like, but one of the merge options in Power Query is an inner join. If you want it to stay in the model and just not show it, you can filter out blanks using a page-level or report-level filter in the filter pane (e.g. drag the ID Client field into the filter pane and advanced filter -> "ID Client" not equals "BLANK". You can hide these filters from viewers with the icon in the corner of the filter card. 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors