Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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.
User | Count |
---|---|
20 | |
14 | |
11 | |
8 | |
6 |
User | Count |
---|---|
23 | |
23 | |
20 | |
15 | |
10 |