Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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,

 

 

  • 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

1 Reply

  • rubayatyasmin's avatar
    rubayatyasmin
    Community Champion

    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