Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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