Forum Discussion
ADD Hours
- 9 years ago
Power Query (M) is the language to get and transform your data into your data model.
DAX is the language to operate on data in your data model.
Both are completely different languages.
Basically Power Query comes first and then you can further manipulate your data with DAX.
Of course there are grey areas that can be covered by both.
Anything you do with DAX won't be available for Power Query, so that's why you don't see your table that is created with DAX (if I'm correct).
So for your Calendrier you can only proceed with DAX.
This works for me:
- 9 years ago
Thank you very much :) The formula works for me too. Now, I will see if it's the solution to my problem!
No. I don't think I can help you. My DAX knowledge is rather limited.
My suggestion would be to create a new topic (as this one is already marked as answered) and explain what you want to achieve.
I would focus on the phenomenon that you select a day and you get sales informations of the day after.
That is very strange so you should clarify and explain with sharing your code and some example data. In a new topic.
Thank you :)