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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Filter out all rows with at least one column >=3

Hi everyone,

 

I am creating a DAX measure for a matrix visual. I have no idea how to write the DAX or any other way. The requirement is that the matrix has only the rows with at least one column has data larger than 3. For example, if a row is (0, 0, 0, 1, 2, 3, 0), then this row should be left. If a row is (1,1,1,2,1,2,1), then this row should be filtered out.

 

The DAX I use is this:

Capture0.PNG

 

Blue arrows are showing which rows I want to have. The matrix without filtering is this:

Capture.PNG

 

Thank you in advance for your help! 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Actually need to know what is on the row. Based on that we need to take max of that value for a week day and filter that row.

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Not enough data... but one thing is certain: at some point in the code you must use the ALLSELECTED function.

amitchandak
Super User
Super User

@Anonymous , Actually need to know what is on the row. Based on that we need to take max of that value for a week day and filter that row.

 

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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