Forum Discussion

CStillman's avatar
CStillman
Frequent Visitor
1 year ago
Solved

Dispaly SVG Image or Text Within Same Matrix Column

I have a DAX expression which renders a SVG image or displays a number depending on the scope of the row. I am able to get the number to display, but instead of the image displaying, the SVG markup g...
  • lbendlin's avatar
    lbendlin
    1 year ago

    You need to render your text via SVG as well.  You cannot mix column types.