Forum Discussion
Big file needs no update
- 9 years ago
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
Unfortunately there is a bug in the functionality that would do this job. Pls upvote for bugfix here:
Yes :)
But what can we do?
What is the best practice to get big files updated?
What is the ways ro make updating faster?
- ImkeF9 years agoCommunity Champion
Unfortunately I see no possibility to speed this up.
You can try different file formats (instead of JSON), but this is just a vague guess out of desparation :-) Haven't tested these out (maybe csv or txt - don't try xls, that's much slower !!)
Help finding supporters for bugfix. I tried to do my best on Twitter: https://twitter.com/TheBIccountant/status/818933857445617665
- Tiolan9 years agoFrequent Visitor
I decide not to use Append, but having two divided tables instead.
And using measures for suming the values :)
- ImkeF9 years agoCommunity Champion
Then you're good to go: Just deselect "Include in Report Refresh" in the query-editor and load to datamodel :-) This will work & will not be refreshed (at least not on my machine).
(A UNION in DAX is the current workaround for the append)