Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Target and Actual are two different column values , Date is the start of week date from individual dates.
Solved! Go to Solution.
Hi @Anonymous,
If you want to have it as close as possible to your screenshot, the only way I have been able to manage it is with layering two custom visuals that manage line charts as small multiples. The closest fit is using the Line Chart by Akvelon custom visual:
If you need the y-axis values, this visual will display them on each small multiple. There doesn't seem to be a property to manage this.
I personally produce a Small Multiple Line Chart visual and the same technique can be used, but I can't quite get it as close - for instance, I can keep a shared axis, but my visual currently doesn't support data labels, e.g.:
I've attached a sample workbook with my attempts for you to see how you get on with.
If you want it to be very specific then you can try using Charticulator to reproduce the layout.
Hopefully this will give you some ideas to explore. Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Nothing I can think of in terms of default visuals. You can look in the gallery of extra visuals. Or, you could try SVG or R or Python visuals.
Hi @Anonymous,
If you want to have it as close as possible to your screenshot, the only way I have been able to manage it is with layering two custom visuals that manage line charts as small multiples. The closest fit is using the Line Chart by Akvelon custom visual:
If you need the y-axis values, this visual will display them on each small multiple. There doesn't seem to be a property to manage this.
I personally produce a Small Multiple Line Chart visual and the same technique can be used, but I can't quite get it as close - for instance, I can keep a shared axis, but my visual currently doesn't support data labels, e.g.:
I've attached a sample workbook with my attempts for you to see how you get on with.
If you want it to be very specific then you can try using Charticulator to reproduce the layout.
Hopefully this will give you some ideas to explore. Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)