Forum Discussion
Freece4802
1 year agoFrequent Visitor
Power BI Measure and Column Descriptions
Hi all, I'm looking to modify the description details within a Powerbi Measure with elements like underscores, Colours etc, has anybody got any idea how to do this? I saw a linkedin post ab...
- 1 year ago
Hi Freece4802 - Power BI doesn't natively support Markdown or HTML formatting in measure descriptions within the standard UI. The formatting might only be visible when querying the model via external tools (like SSAS, SSMS, or XMLA endpoints).but you can use Unicode symbols for some visual enhancements.
Eg:
Measure_Description = "โ Total Sales Amount\n๐ด Updated: Feb 2025\n๐น *Includes Discounts*"Hope this helps.
rajendraongole1
1 year agoSuper User
Hi Freece4802 - Power BI doesn't natively support Markdown or HTML formatting in measure descriptions within the standard UI. The formatting might only be visible when querying the model via external tools (like SSAS, SSMS, or XMLA endpoints).but you can use Unicode symbols for some visual enhancements.
Eg:
Measure_Description = "โ Total Sales Amount\n๐ด Updated: Feb 2025\n๐น *Includes Discounts*"
Hope this helps.