Forum Discussion

moumitadeb's avatar
moumitadeb
Icon for Helper I rankHelper I
2 years ago
Solved

Formatting a specific column header and value in a table

Hello All,

 

I have a table , where the values are calculated from different measures. Attached a ref screenshot .  

   

IT= GTO+BU 

ETS only is a subset of GTO.

 

Have to represent the data in below format .

1) Either as a subset under GTO value

2) or as a separate column (ETS Only ), but how to format(Font size, Font Style) of a particular column without affecting the other column in table. Tried Conditional formatting but not able to change the font Styting as shown in the screenshot.

 

Need Help !

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi moumitadeb ,
    According to your description, power bi is currently unable to customize the italics of the form font. But we can offer you an alternative. First you need to modify the original DTO column name, and then re-create a column named ETO:

    GTO = CONCATENATE('Table'[GTO.O],"(ETS Only)")

    Final output

     

    Best regards,

    Albert He

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi moumitadeb ,
    According to your description, power bi is currently unable to customize the italics of the form font. But we can offer you an alternative. First you need to modify the original DTO column name, and then re-create a column named ETO:

    GTO = CONCATENATE('Table'[GTO.O],"(ETS Only)")

    Final output

     

    Best regards,

    Albert He

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly