Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
Solved! Go to Solution.
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.
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.
@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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 42 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 72 | |
| 66 | |
| 33 | |
| 32 | |
| 31 |