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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Gkourtoglou
Frequent Visitor

Compare similar data between two sheets

Hello all,

 

I have an excel file with two sheets, 2019 & 2020.

Each sheet has the same columns (Staff Member, Department, Weeks, Ticket Replies).

Staff Member = Staff Name A, Staff Name B, etc

Department = Department A, Department B, etc

Weeks = Week 01, Week 02, etc

Ticket Replies = Number A, Number B, etc

 

I want to create a graph calculating the average of ticket replies per staff member 2019 vs 2020.

 

Thanks for your assistance.

 

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

Stick a column in saying 2019 or 2020 respectively, append them together then just make a simple average measure, using the new column as a legend?

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

HI @Gkourtoglou,

Maybe you can consider creating a new calculated table with UNION and SELECTCOLUMNS functions, then you can simply write a measure formula to extract current date value to calculate the difference between date different years.

If you are confused about coding formula, can you please share some dummy data with same data structure?

Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

Append two data

https://radacad.com/append-vs-merge-in-power-bi-and-power-query

 

Create a measure like average(table,table[ticket replies])

View by year

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
jthomson
Solution Sage
Solution Sage

Stick a column in saying 2019 or 2020 respectively, append them together then just make a simple average measure, using the new column as a legend?

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors