Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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> "
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.