Forum Discussion
jblindsey
4 years agoFrequent Visitor
Configuring Sparkline X-Axis
I have a matrix with one numeric value and a sparkline on that value. There is also a slicer (Year) that is also being used as the X-axis on the sparkline. What I'm trying to do is select only ...
V-lianl-msft
4 years agoCommunity Support
Hi jblindsey ,
Based on your description, the built-in sparkline of power Bi does not support dynamic change of axis. Please try DAX for svgimages sparkline.
Please refer to:
https://community.powerbi.com/t5/Desktop/Dax-for-SVGImages-sparkline/m-p/1092683
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
jblindsey
4 years agoFrequent Visitor
Thank you Liang. I will take a look at SVGImages to see if it will work for me.