Forum Discussion
Single BAR Graph for Comparing Previous Year each months V/s Current Year Each Months
Hi harirao
You can add the month-year into the tooltip however on the same visual i need to check it first and then i will update you here.
Hi Musadev
Thank you I will be waiting for your response, In the meantime, I attempted to add the Month-Year into the tooltip, but it seems to be displaying only previous months.
Regards,
Hari Krishna
- Musadev2 years ago
Resolver III
Hi 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.