Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Result:
Mark the measure below as image URL:
Chart =
VAR Max_Value = MAXX ( ALLSELECTED ('table'),[KPI] )
VAR SVG ="
data:image/svg+xml;utf8,
<svg xmlns='http://www.w3.org/2000/svg' width='300' height='30'>
<polygon fill='deepskyblue'
points=' "
& 300 * [KPI] / Max_Value & ",15
0,0 0,30'
/>
</svg>"
RETURN
SVG
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.