Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
JaipalAnu
Helper III
Helper III

Chart should give the comparison between two years based on two plans selection

I am using Line and Clustered column chart, so I wanted to see the comparison of two years data based on two selected Plans.

Example : I am using two slicers - One slicer contains Plan 1 data, another contains plan 2 data (both plans depends on years)
Plan 1 contains 2020,2021
Plan 2 contains 2022,2023

When we select Plan 1 as  P2021 and Plan 2 as P2023 then it should give the comparison like below image. (Below image has 6 years data) But the comparison should gives based on two plans selection in two slicers and data should show for all the years.

Thanks is Advance

JaipalAnu_0-1695313673911.png

 

1 ACCEPTED SOLUTION
Ritaf1983
Super User
Super User

Hi @JaipalAnu 
I prepared a sample PBIX, you can download it, and check if it is helpful.

Link to the file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

 

 

 

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

View solution in original post

5 REPLIES 5
Ritaf1983
Super User
Super User

Hi @JaipalAnu 
I prepared a sample PBIX, you can download it, and check if it is helpful.

Link to the file 

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

 

 

 

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

My Data is like this actually, it is not about years. it is just plans so it has to give comparison between to selected plans which we select in the slicers that has to show in the chart and it has to show for all the 10 years.

JaipalAnu_1-1695362170356.png

 

 

@JaipalAnu 
Can you share some dummy pbx / data table?

However, based on the pictures you attached, I am not sure what the data is and what you are trying to accomplish.

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Thanks for your reply!
The requitement is the slicer should be single selection, so need comparison between two slicers selections (Plan1 and Plan2)

amitchandak
Super User
Super User

@JaipalAnu , Make sure you are using a separate date or year table

 

This year =

var _max = maxx(summarize(allselected(Fact), Date[Year]), [Year])

return

calculate([meausre], filter(all(date), date[year] =_max) )

 

 

 

Last year =

var _max = maxx(summarize(allselected(Fact), Date[Year]), [Year])

return

calculate([meausre], filter(all(date), date[year] =_max-1 ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.