Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
Blue arrows are showing which rows I want to have. The matrix without filtering is this:
Thank you in advance for your help!
Solved! Go to Solution.
@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.
@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.
Not enough data... but one thing is certain: at some point in the code you must use the ALLSELECTED function.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!