Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 !
Solved! Go to Solution.
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
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.