Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a matrix thathas one column value and is using multiple measures, one for each row/value. I have several slicers on the table and when the result of the measure is 0 or null, the matrix shows "--" for that value. My goal is that when all the results of a measure across the row are "--" all across the row, that the entire row will hide/filter itself out. Essentially, the number of rows that show at any given time should always be dependent on the values. If there are non 0/null values in the row, it should show. If every value is 0/null, it should hide.
Considerations/limitations:
I am essentially lookig to filter by measure/row to hide blank rows.
Solved! Go to Solution.
Hi @madiaree
Please refer to my and @Ahmedx solutions at the linked discussion:
(my also has a link to the file with example)
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
I am not sure it meets your criteria, but I have used NOT ( ISBLANK ( [Measure] ) ) in the DAX to not show rows that have blank values. In my case I also wanted to format numbers in millions without the M som my new measure was:
New measure =
Hi @madiaree
Please refer to my and @Ahmedx solutions at the linked discussion:
(my also has a link to the file with example)
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi,
When I combined the measures into one formula and used it as a filter, it made every row in my matrix disappear and only left one, blank column.
Hi @madiaree
I don't think I can understand the problem based on a verbal description alone, so try downloading my file with the example and follow my steps. Or attach a sample file of your own as a link.