Forum Discussion

Moniek's avatar
Moniek
Icon for Resolver I rankResolver I
4 months ago
Solved

Custom table layout

Hi, In addition to leaving a blank row, I’d also like to make some fields bold or a different color. Can you do that with a custom table? For example, can you specify the type as “heading” / "Kop" an...
  • mickey64's avatar
    4 months ago

    For your reference.

     

    Step 0: I use these DATA below.

     

    Step 1: I make a measure below.

        M_Flag of Type = IF(MAX('DATA'[Type])="Kop",1,0)

     

    Step 2: I set the font formatting below.