Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
An example, lets say I want to compare two sets of data from the same source, for example a bill of materials for a bike.
This data source changes when users update the data, but there are no flags such as date modified that can be imported for comparision.
For example week 1 the bill of materials look like this:
and week 2 when refreshed, the number of screws changed from 30 to 18:
I am using Chris Webb solution here: https://blog.crossjoin.co.uk/2014/01/27/comparing-columns-in-power-query/ to identify what changed between the tables by importing the data two times and reference the first table in the second to compare both,
My issue is that when I refresh the second table, the first table will refresh too! 😞
Is there a way to stop a table from refreshing with M, disable refresh on the first table or a better way to do this perhaps?
Thanks,
/Ruth
Solved! Go to Solution.
Here it is:
Here it is:
Now, this is quite odd,
I stopped refresh on the first query and included it in the second query to compare both tables, the refreshed and unrefreshed one.
Query 1: unrefreshed
Query 2: refreshed
My surprise was that when I refresh the Query 2 (that includes Query 1), Query 1 is also refreshed inside query 2, But Query 1 remains unrefreshed..Perhaps useful in other cases but not for this case.
Any ideas on how to disable refresh with M?
/Ruth
How about doing the comparison in DAX? One way would be to add a calculated column in the new table to do a lookup of the corresponding value in the original table and then compare them.
Sorry for my Uber Late reply!
I was hoping to build a more automated solution, something like:
Click on refresh button, all queries are refreshed except for that table and then refresh that manually...sort of...
I already have a lookup in place, but it is not optimal...
Thanks for the support anyhow 🙂
Of course, thanks!
/Ruth
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |