Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Is there a way to hide all rows with empty value in matrix visual? For example, Accountant Fee, Action Play Systems. All the display columns are measures. I tried forcing all empty value to 0 and created a new Display measue (True/False) to identify which rows are empty/0. I plan to use Display measure as filter and filter out False value, however I can only drag the measure to Filter but can't select the value to filter out
Current Table:
My attempt to identify empty rows but I can't filter out.
Solved! Go to Solution.
The row will only be hidden if all measures return BLANK()
I realize it could be solved by unchecking "Show items with no data".
Hi, @tdinh
I create sample table and had a test:
Maybe you can create a calculated column, then put it in filter pane:
Display = IF(
ISBLANK([Column1]) || ISBLANK([Column2]) || ISBLANK([Column3]),
FALSE,
TRUE
)
Here is my preview:
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share the download link of the PBI file and show the problem there clearly.
The row will only be hidden if all measures return BLANK()
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |