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
Anonymous
Not applicable

How to ignore filter in matrix

Hi everyone, Iam searching the way to keep ignoring filtering the rows and columns on my matrix. 

 

In this case, when i filter by date, the matrix is filtered and then disappear some columns or rows.

 

Example

Captura.JPG 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks all for you information, finally i found the wat. In order to still having the measure's null values, i created a calculated measure with this sintax 

 

measure = if(isblank(count(id)), 0, count(id))

 

And with this i can still seeing the null values, but with 0, and the values of the header columns and header rows still ¿appering no matter the value been null

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Thanks all for you information, finally i found the wat. In order to still having the measure's null values, i created a calculated measure with this sintax 

 

measure = if(isblank(count(id)), 0, count(id))

 

And with this i can still seeing the null values, but with 0, and the values of the header columns and header rows still ¿appering no matter the value been null

amitchandak
Super User
Super User

@Anonymous ,Not very clear

if the object, subject are values of the dimension.

then you can try this option

ShowItemwithoutdata.JPG

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi, thanks for the information, i tried but is not the solutión. 

 

I need when i filtered the matriz, the measure null values still appearing in order to the columns and rows dont dissapper. 

 

Thanks. 

BA_Pete
Super User
Super User

Hi @Anonymous ,

 

If you don't want your matrix to ever be filtered by slicer selections then you can select your slicer, go to the View (I think) tab, select 'Edit interactions', then select the little stop sign that shows up above you matrix when you hover over it. Rinse and repeat for each slicer that you do not want to affect this visual.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Anonymous
Not applicable

Hello, thank you for the information. But in this case, I need the matrix measure to respond to the segmentation filters implemented in the dashboard, and that the dimensions in the rows and columns make the filters fat.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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