Forum Discussion
wujunmin
4 years agoAdvocate III
Add conditional formatting to sparkline by DAX
Measure1(mark it as image URL): Sparkline =
VAR MaxValue =
MAXX ( VALUES ( 'table'[month]), [KPI])
VAR MinValue=
MINX ( VALUES ( 'table'[month]), [KPI])
VAR Max_Width=
IF(MinValu...
phollihn
2 years agoRegular Visitor
Hi, Can you post the SVG measure code for the lolipop sparkline in Dax 2 above? Thanks