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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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.

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.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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