Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
AAbdelkader
Helper I
Helper I

Dax or M Language

Hello there,

 

I need to ask which the effective language that should I deep dive into, which language is worthy to rely on my data analysis. I'm still a newbie in BI but I'm familiar with creating the desired report and chart based on a little knowledge of BI. And I need to start deep dive into data analysis through the provided BI language, but the question here Dax or M Language or both of t them? I'm relly messy.

 

thanks a lot.

3 ACCEPTED SOLUTIONS
Sean
Community Champion
Community Champion

You emphasized Data Analysis twice in your post so I'll say DAX first!

DAX stands for Data Analysis Expressions after all Smiley Happy

That said inevitably you WILL need some knowledge of M

However the User Interface in the Query Editor is extremely helpful so you can delay having to learn M indefinitely Smiley Wink

Don't let @ImkeF and @MarcelBeug see this post Smiley Very Happy

View solution in original post

Check out this article fresh from the press: http://radacad.com/m-or-dax-that-is-the-question

 

Agree with @Sean : Make use of the wonderful user interface in the query editor which let's you glide into the language with minimal efford, if you start to read the code that has been created with your interactions:

 

PBI_MorDAX.jpg

1) Make sure that the Formula Bar is visible (2)

3) Click on each stepname and see what code has been generated (2)

 

It's a bit like the Macro-recorder in Excel. It's a painless excercise at the beginning and you will develop a feeling for the syntax of the language and in no time you might start to twitch the code a bit and explore coding 🙂

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

Anonymous
Not applicable

Hi AAbdelkader

 

I totally agree with @ImkeF and @Sean.

 

My advise to my team is simple:

- import and massage data by using Power Query aka M in Power BI.

- Create your calculation with DAX.

 

By learning Dax and M you will learn to find the nuances and intersections in the two languages.

 

View solution in original post

12 REPLIES 12
bt_avalonbay
New Member

I would add there is a concern we're running into given the Analyze in Excel feature in O365. Amounts/Values with a sigma next to them in your Fields list are not valid candidates for the Values section of the pivot table once you're in Excel. Only Measures with a calculator icon next to them in your Fields list are. So, what might be a valid candidate for aggregations in Power BI might not be available for the Analyze in Excel experience as you might imagine.

AAbdelkader
Helper I
Helper I

much replies with great useful points of view. I decided to learn both, but I will start with DAX language. Hope if it will be the best decision.

 

thanks a lot for every reply. 

A scenario that might not be a common one but still worth considering: If you plan to transfer your Power BI Model into SSAS Tabular mode in a later stage you should not use Power Query (M) functionality as it is not supported in SSAS. 

 

 

Anonymous
Not applicable

.. Your answer is correct. At the moment.

But please consider SQL vNExt, which is in CTP and will be released this year.

SQL vNExt supports Power Query!

 

Cheers!

Thanks for your valuable input!

 

You are right, I'm really excited about this feature!

 

Phil_Seamark
Employee
Employee

Learn both. 🙂


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Not much to add from my side.

The general rules when to use M or DAX are clearly explained, but in my opinion there are still grey areas where both M and DAX can be used.

 

 

Specializing in Power Query Formula Language (M)

I reckon where there is overlap and it can be done both in DAX or M, then do it in M.  

 

The less computing the published model has to do the better.  


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Anonymous
Not applicable

Hi AAbdelkader

 

I totally agree with @ImkeF and @Sean.

 

My advise to my team is simple:

- import and massage data by using Power Query aka M in Power BI.

- Create your calculation with DAX.

 

By learning Dax and M you will learn to find the nuances and intersections in the two languages.

 

If i may add something: i think PowerBI has done a great job at hiding the intricacies of M for the beginner, but has still a lot to improve to do the same for DaX  with mux more power in the UI and better Table and Matrix Visuals, plus imrpoved exports.
This is especially important since many of these new users will come with their user experience and frankly, sometimes, using Dax is like learning to walk , while you felt you were a champion runner in Excel...

Sean
Community Champion
Community Champion

You emphasized Data Analysis twice in your post so I'll say DAX first!

DAX stands for Data Analysis Expressions after all Smiley Happy

That said inevitably you WILL need some knowledge of M

However the User Interface in the Query Editor is extremely helpful so you can delay having to learn M indefinitely Smiley Wink

Don't let @ImkeF and @MarcelBeug see this post Smiley Very Happy

Check out this article fresh from the press: http://radacad.com/m-or-dax-that-is-the-question

 

Agree with @Sean : Make use of the wonderful user interface in the query editor which let's you glide into the language with minimal efford, if you start to read the code that has been created with your interactions:

 

PBI_MorDAX.jpg

1) Make sure that the Formula Bar is visible (2)

3) Click on each stepname and see what code has been generated (2)

 

It's a bit like the Macro-recorder in Excel. It's a painless excercise at the beginning and you will develop a feeling for the syntax of the language and in no time you might start to twitch the code a bit and explore coding 🙂

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.