The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm looking to replicate this image in power BI.
So far this is as close as I have been able to get.
Essentially I want the to be able change which lines and columns are visible simply based on the year. Just like there are multiple columns I want there to be multiple lines as well (for each year). Any one have any ideas?
Thanks!
Hi @KendallBrown13,
Here is Line and clustered column chart With Custom Tooltip which will help you to get more than one line chart with clustered chart. You need to Modify the visual using PBIVizEdit tool, and add any number of line chart on top of it. Hope this helps you.
Line and clustered Column Chart with custom tooltip PBIVizEdit.com
Line and clustered Column Chart with custom tooltip PBIVizEdit.com
Download link for the custom visual file in this page
https://pbivizedit.com/gallery/line-and-clustered-column-with-custom-tooltip
This was made with our Custom Visual creator tool PBIVizEdit.com. With this tool,
Give this a shot and let us know if you face any problem/errors.
You can use the editor to modify your visual further (some modifications cannot be done in Power BI window and have to be in editor).
Thanks,
Team PBIVizEdit
Hi @KendallBrown13 ,
Unfortunately, the line and chart seems not support to do that. But you can create multiple measure for line as a workaround.
2021 line = CALCULATE( SUM( Table[Values] ) , Table[year] = 2021)
2022 line = CALCULATE( SUM( Table[Values] ) , Table[year] = 2022)
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
But will 20-30 years period, then 20-30 measures will be created?