deldersveld
Resident Rockstar
8 years agoSVG Sparklines - Line
Power BI now allows the dynamic creation of Scalable Vector Graphics (SVG) images. Prior to the August 2018 version, it was possible to build SVG content into custom columns, but now it is possible t...
DipanjanGanguly
Microsoft Employee
5 years agoHi David,
Please help me to increase the width of the SVG in the dax, i tried to replace as below -
"X",INT(200 * DIVIDE('Table'[Date] - XMinDate, XMaxDate - XMinDate)),
"Y",INT(100 * DIVIDE([Measure Value] - YMinValue,YMaxValue - YMinValue)))
But i am not getting as expected, i dont want 100 * 100 size , so if i want to change it how to do that in the formula please guide.