deldersveld
8 years agoResident Rockstar
SVG 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...
Nijlal01
5 years agoHelper I
Great visualization! I'm trying to change the code such that the measure will be summarized in monthly buckets instead of dialy. If I change this it will give a sawtooth like visual due to the year transition (it will go from 202011 --> 202012 (+1) --> 202101 (+81). Is there an easy way to fix this?
Kind regards,
Lars
Anonymous
5 years agoNot applicable
Nijlal01 Add a new, or modify your existing [Year Month Column] to = Year# * 12 + Month# so for your examples you will have 24251, 24252 and 24253. Always (+1).