Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Not enough data... but one thing is certain: at some point in the code you must use the ALLSELECTED function.
@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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 6 |