Forum Discussion
ALM Toolkit not detecting changes in Power Query
- 2 years ago
My updated understanding is that under options, you should have "Consider partitions when comparing table" checked (ON).
Hi there...
I've just encountered the same issue you have reported.
I needed to change the M code (added a filtering step, and a remove duplicates step) and ALMToolkit doesn't pickup the M code change.... perhaps my mystake is I thought it would.
To diagnose:
I have duplicated an existing column and ALM correctly picks this up as a change... i.e. it wants to change the database definition in the cloud.
I thought, perhaps wrongly, that it did pick up M code changes.
For reference ALMToolkit version is 5.0.44
Hi , same here, the m code wont detect any changes.
- dgwilson2 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