Forum Discussion
Compare two sets of data from the same source
- 10 years ago
Here it is:
Here it is:
- ruthpozuelo10 years ago
Post Prodigy
Of course, thanks!
/Ruth
- ruthpozuelo10 years ago
Post Prodigy
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
- asocorro10 years ago
Skilled Sharer
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.
- ruthpozuelo10 years ago
Post Prodigy
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 :)