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.
So I have a matrix visual and we have put different columns in the rows section as shown in screenshot below. I want to hide the full row that is marked using red. I do not want to filter them out as it will change the grand totals and subtotals. I just want to hide it and still be part of grand totals and subtotals. I have hidden the data with red but the empty one does have values in demand value, vsfc and Y-O-Y
Solved! Go to Solution.
Hi @subhamsharma1-2,
Thank you for reaching out to the Microsoft Fabric Community Forum.
I have reproduced your scenario in Power BI Desktop and can confirm that I achieved the expected output as per your requirement the specific row (e.g., “Internal Partners”) is visually hidden in the matrix visual without affecting the totals or subtotals.
BusinessType Display =
IF(
'BusinessTypeTable'[BusinessType] = "Internal Partners",
BLANK(),
'BusinessTypeTable'[BusinessType]
)
Output:
Only “Gated Partners” and “Non-Gated Partners” appear under “Partner Program” in the matrix, but the hidden category's data is still included in the total.
For your reference, I’m attaching the .pbix file used to reproduce and test this scenario. You can explore or adapt it as needed.
If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.
Hi @subhamsharma1-2,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hi @subhamsharma1-2,
May I ask if you have resolved this issue? If so, please mark it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hi @subhamsharma1-2,
Thank you for reaching out to the Microsoft Fabric Community Forum.
I have reproduced your scenario in Power BI Desktop and can confirm that I achieved the expected output as per your requirement the specific row (e.g., “Internal Partners”) is visually hidden in the matrix visual without affecting the totals or subtotals.
BusinessType Display =
IF(
'BusinessTypeTable'[BusinessType] = "Internal Partners",
BLANK(),
'BusinessTypeTable'[BusinessType]
)
Output:
Only “Gated Partners” and “Non-Gated Partners” appear under “Partner Program” in the matrix, but the hidden category's data is still included in the total.
For your reference, I’m attaching the .pbix file used to reproduce and test this scenario. You can explore or adapt it as needed.
If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.
Hi @subhamsharma1-2,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please accept it as a solution and give it a 'Kudos' so other community members with similar problems can find a solution faster.
Thank you.
Do you still want the row to be there?
If so conditionally format the font colour using a measure.
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
The row should be just hidden as it's data is still required but when we expand the hierarchy, THere should olny be gated and non-gated partners under partner program.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
71 | |
70 | |
38 | |
28 | |
26 |
User | Count |
---|---|
98 | |
96 | |
59 | |
44 | |
40 |