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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have created a table graph in Power BI and many of the rows are either blank or equal to 0 and I wanna know if there is a way to tell PBI to just skip these rows and don't show them.
PS: The data I hid is text and the results are correct in having 0 as value (or blank).
Solved! Go to Solution.
Hi,
Write a measure to add the numeric column: total = sum(Data[value]). Thereafter you can apply a visual filter on the numeric column to only show values greater than 0.
Hi,
Write a measure to add the numeric column: total = sum(Data[value]). Thereafter you can apply a visual filter on the numeric column to only show values greater than 0.
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |