Forum Discussion
biuser98
3 years agoHelper II
ALM Toolkit not detecting changes in Power Query
Hi, I am using ALM Toolkit to update my dataset in the service without re-publishing from desktop. I changed the code of the source of my table in the power query steps. When I compare the data...
- 2 years ago
My updated understanding is that under options, you should have "Consider partitions when comparing table" checked (ON).
biuser98
2 years agoHelper II
Hi , same here, the m code wont detect any changes.
dgwilson
2 years agoResolver III
My updated understanding is that under options, you should have "Consider partitions when comparing table" checked (ON).
- biuser982 years agoHelper II
This seems to work. Could you explain?
- dgwilson2 years agoResolver III
> This seems to work. Could you explain?
The technical answer from support is:
"M expressions for tables are represented as partition objects, so if you want to see them and have them considered for comparison, you need that checked.".
- David