Forum Discussion

Freece4802's avatar
Freece4802
Frequent Visitor
1 year ago
Solved

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...
  • rajendraongole1's avatar
    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.