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
adamdyas
New Member

Comparing data in the same column using slicers

I have a table that is updated daily.  Each update includes a snapshot date.  I've duplicated the table and created visualization that allow a user to select and view the data for a snapshot date in one table and the data for a second snapshot date in another.  I'm trying to create a third table that dynamically calculates the difference between the values selected by the slicers.

 

An example of the table is below.  Put plainly, I'm looking for a solution where the user can select a snapshot date of "3/19/25" in the first slicer and see the corresponding data.  Select "3/20/25" in the second slicer and see the corresponding data.  And then a third table that finds matches between the "Week Starting" and "Attribute" in the filtered datasets and calculated the difference of "Value Pounds".

 

Thaks.

 

adamdyas_0-1742479045226.png

 

1 ACCEPTED SOLUTION
v-ssriganesh
Community Support
Community Support

Hi @adamdyas,

Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @amitchandak for sharing valuable insights.

 

Could you please confirm if your query has been resolved by the provided solution? If so, please mark it as the solution. This will help other community members solve similar problems faster.

Thank you.

View solution in original post

2 REPLIES 2
v-ssriganesh
Community Support
Community Support

Hi @adamdyas,

Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @amitchandak for sharing valuable insights.

 

Could you please confirm if your query has been resolved by the provided solution? If so, please mark it as the solution. This will help other community members solve similar problems faster.

Thank you.

amitchandak
Super User
Super User

@adamdyas , You should Snapshot date with a Date of date table with Active join, Have inactive week Staring. This can be used using userelationship if you want to use same date slicer.

 

When you want different, you date from date tbale for snapshot date, have week start slicer from the fact.  That should work

 

In your approach you can have measure from fact countrows(Fact), and use that measure level filter to reduce the dates, if you have two date dimensions 

https://www.youtube.com/watch?v=cyOquvfhzNM

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

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