This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi Team
in matrix Visual i dont have a value for some column how to hide that column
example :
if i dont Filter any month In month filter then November to March this column no need to show Because ther is no data
if i select any month then that month value only need to show .
Solved! Go to Solution.
Hello @rajasekaro
try this approch
Update your measure to return BLANK()
Sales Amount =
VAR Result = SUM(Sales[Amount])
RETURN IF(Result = 0, BLANK(), Result)
Then
Turn OFF Show items with no data
Matrix visual → Click Month field in Fields pane → Uncheck Show items with no data
Hello @rajasekaro,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @cengizhanarslan & @pankajnamekar25 for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.
Hi @rajasekaro ,
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.
Thank you.
Format pane → select the Month field in columns → right-click the Month field in the Columns well → uncheck "Show items with no data"
Hello @rajasekaro
try this approch
Update your measure to return BLANK()
Sales Amount =
VAR Result = SUM(Sales[Amount])
RETURN IF(Result = 0, BLANK(), Result)
Then
Turn OFF Show items with no data
Matrix visual → Click Month field in Fields pane → Uncheck Show items with no data
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 22 | |
| 19 | |
| 16 |