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!
You are mixing up DAX and Power Query (M).
Do you want to add 3 hours to your Date field?
Is that a date or a datetime field?
- Pucca1219 years agoHelper II
Yes, I think. When I go to EDIT QUERY, I don't see this table, I don't know why...
Is a major difference between DAX and Power Query (M)??
- MarcelBeug9 years agoCommunity Champion
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:
- Pucca1219 years agoHelper II
Thank you very much :) The formula works for me too. Now, I will see if it's the solution to my problem!