Forum Discussion
Differences between Advanced Option and Advanced Editor and their language
- 9 years ago
Hi Ha_Da
Advanced option in the dialog box shown is pulling the subset of data from the Database ( For Example, Instead of full table, you need only first 100 rows etc.). SQL statement is used in that case.
SELECT *
FROM XYZ
Advanced Editor is recording all the ETL steps in the "M" Language. This is the only language supported in the Query Editor. I would suggest you to buy "M for data monkey" if you are really serious to learn the language. There are quite a few good blogs as well which will guide you to learn M.
Google below blogs
1.Chris Webb's BI Blog
2. Ken Puls blog
3 Imke Fieldman Blog.
Hi Ha_Da
Advanced option in the dialog box shown is pulling the subset of data from the Database ( For Example, Instead of full table, you need only first 100 rows etc.). SQL statement is used in that case.
SELECT *
FROM XYZ
Advanced Editor is recording all the ETL steps in the "M" Language. This is the only language supported in the Query Editor. I would suggest you to buy "M for data monkey" if you are really serious to learn the language. There are quite a few good blogs as well which will guide you to learn M.
Google below blogs
1.Chris Webb's BI Blog
2. Ken Puls blog
3 Imke Fieldman Blog.
Thank you very much. It do help me.