Forum Discussion
Union Formula mixes columns
- 9 years ago
just a guess, in your dax union formula, maybe try no to reference the table directly, bu use something like
union (summarize(table_current, field1,field2),summarize(table_history,field1,field2))
Thanks ImkeF for your extremely fast & clear reply :)
Sorry, i come back to it, not sure to fully understand.
Hence, doing Union + Summarize in DAX consumes more place on the hard drive than the Append funtion in Power Query. :(
To be sure i understand the logic,
If table "old" has the old data, the one that should still appear on the report but never change, I should set it to
- Enable load: option selected
- Include in report refresh: option not selected
For the table "new", where it should be refreshed and loaded, both options are selected.
I am right?
BR, G.