Reply
avatar user
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
avatar user
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
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)