Forum Discussion
harirao
Post Prodigy
2 years agoSingle BAR Graph for Comparing Previous Year each months V/s Current Year Each Months
Hi Team I want to create a bar chart were i have do comparison Previous Year Months Vs Current Year months in same Bar graph, able to create two separate graphs as below, But unable to creat...
Musadev
Resolver III
2 years agoHi harirao
Please mark as Solution all the replies relevant to your multiple answers. This will really help all new members to get solutions to one question.
Add a tooltip page and add 2 cards to it.
One for the current month-year and the other for the Last month-year
Link the visual with your Tooltip page and the results will be like shown in the image.
DAX Script for the Last year.
Mon LY = SAMEPERIODLASTYEAR(TBL1[Month])
Good Luck with your learning journey.