Forum Discussion
BUK2020
6 years agoFrequent Visitor
Forecasting with irregular dates
I am trying to forecast, but recieve the message that my data is too irregular to do so. Having looked at past solutions i can see that this link shows how to fix the issue: http://www.erikhudzik...
Greg_Deckler
6 years agoCommunity Champion
So, you could potentially create the merge table in DAX using something like NATURALINNERJOIN, GENERATE, etc.
BUK2020
6 years agoFrequent Visitor
could you provide some more info on this please?