Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |