Forum Discussion

Moniek's avatar
Moniek
Resolver I
3 years ago
Solved

Dax formatting

Hi,

 

I have made a matrix. For the columns I drop the years overthere. For the rows I made different formula's with DAX and drop this to the values.. Like "Omzet" and "Brutomarge". And I made a Dax formule Verlies en winst = "Verlies en winst".

I have 2 quenstions:
* Is it possible to make a dax formule for an empty row?

* Is it possible to make a dax formule that "Verlies en winst" is displayed in bold text?

 

Thanks!

 

 

  • Hi Moniek , 

     You could do something like this 

    empty row= ""

    or

    empty row = BLANK()
     
    Please accept as solution if this answers the question- thanks!

1 Reply

  • Hi Moniek , 

     You could do something like this 

    empty row= ""

    or

    empty row = BLANK()
     
    Please accept as solution if this answers the question- thanks!