Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Empty Row in matrix

Hi,

I hope you can assist me,

 

I want to add an empty row to my matrix.

I succeded to add a row that the cells are empty but in the left column, I cant remove the name.

Do you have an idea of how to do it?

 

Thank you,

 

aviv5777_0-1689511792695.png

 

1 ACCEPTED SOLUTION
rubayatyasmin
Super User
Super User

Hi, @Anonymous 

I can think of three ways right now. 

1. Create a DAX measure with a value of 0 or BLANK(). (t = 0 or BLANK(), then use it as a row also need to work on the font color. you can adjust the font color with the background). 
2. Simply adjust the font color with the background. (Empty Row in your example)

3. you can take an empty white shape cell like size and place it on the matrix. (Not a good and sorted way though)

 

Also, this post may be of help. Solved: Re: Show entire row as a blank row in the report ... - Microsoft Fabric Community


Did I help? If yes, hit th👍 and accept it as a solution

Thanks


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


View solution in original post

1 REPLY 1
rubayatyasmin
Super User
Super User

Hi, @Anonymous 

I can think of three ways right now. 

1. Create a DAX measure with a value of 0 or BLANK(). (t = 0 or BLANK(), then use it as a row also need to work on the font color. you can adjust the font color with the background). 
2. Simply adjust the font color with the background. (Empty Row in your example)

3. you can take an empty white shape cell like size and place it on the matrix. (Not a good and sorted way though)

 

Also, this post may be of help. Solved: Re: Show entire row as a blank row in the report ... - Microsoft Fabric Community


Did I help? If yes, hit th👍 and accept it as a solution

Thanks


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors