Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Measure( mark it as image URL) :
sparkline =
VAR MaxValue =
MAXX ( VALUES ( 'table'[month]), [Value])
VAR BarTable=
ADDCOLUMNS(
SUMMARIZE('table','table'[year],'table'[month],
"Color","DarkCyan"),// Conditional format
"Rect", "<rect x='"& ([month] - 1 ) * 10 &"' y='0' height='" & 120*[Value] / MaxValue & "' width='10' fill='" & [Color] & "'>
<animate attributeName='y' from='"&-120*[Value] / MaxValue&"' to='0' begin='0s' dur='3s' repeatCount='indefinite'/>
</rect>")
Return
"data:image/svg+xml;utf8,"&"
<svg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 120 120'> "&
CONCATENATEX(BarTable,[Rect])&"
<text x='60' y='30' font-size='20' text-anchor='middle' dominant-baseline='middle' fill='#F4F5F9'>"&FORMAT([Value],"0,000")&"</text>
</svg> "
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.