Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have an SQL Table that keeps a snapshot of the data that was used in a report from the previous week. I have imported this table into the Power BI Desktop report that has the current weeks report.
I'd like to be able to create a calculated table that contains rows for any records where the values in the snapshot from last week are different this week.
This is an "Opportunities" list and by different, I mean the following could have changed:
So essentially, the steps I need to take are:
Any thoughts on how I might address this would be greatly appreciated.
Many thanks,
Kind regards,
D.
Hi @dparkinson,
Have you tried the solutions provided above? Do they work in your scenario? If the solution works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here.
Regards
Hi,
Power Query has various types of joins which should address your first two convers atleast. Please try them.
Hi,
May be
Table = UNION ( CALCULATETABLE ( TableCurrent, EXCEPT ( TableCurrent, TableSnapshot ) ), CALCULATETABLE ( TableSnapshot, EXCEPT ( TableSnapshot, TableCurrent ) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
119 | |
83 | |
47 | |
42 | |
33 |
User | Count |
---|---|
190 | |
79 | |
72 | |
52 | |
46 |