Forum Discussion
week over week analysis
- 1 year ago
In that case a custom visual might work better, i.e. clustered stacked column chart. You would need to create 2 separate measures for each year (example below) and align legend colors.
Units Prev Year = CALCULATE( SUM(ItemLaunch[Units]), KEEPFILTERS(ItemLaunch[Year] = "FY2023") )
Hey Jonjon_99,
Perhaps this setup would be helpful in your scenario. You can switch to clustered column chart, add Year as a legend and use Items as a custom tooltip
hey Wini, i need to see the difference between item. cause i need to identify the gap between the items per workweek.
- wini_R1 year agoSolution Supplier
In that case a custom visual might work better, i.e. clustered stacked column chart. You would need to create 2 separate measures for each year (example below) and align legend colors.
Units Prev Year = CALCULATE( SUM(ItemLaunch[Units]), KEEPFILTERS(ItemLaunch[Year] = "FY2023") )- Jonjon_991 year agoHelper I
this looks good! can you share the file you made?
- wini_R1 year agoSolution Supplier
Sure, please find the file here: https://www.dropbox.com/scl/fi/b3q2c4og884iclwrps8p8/ItemLaunchWoW_Comparison_2.pbix?rlkey=4chkut9qcrttuu9zcqywtsrl6&st=8ksusqbh&dl=0