Forum Discussion
JohnAlex100
3 years agoFrequent Visitor
Store DAX snippets
Hello all this is my first post in this community and I am fairly new to PowerQuery as well. Right now, I am using PowerQuery for data preparation to format various employee lists from various so...
- 3 years ago
Hi JohnAlex100 ,
I personally use Notepad++ for DAX/M/SQL etc: https://notepad-plus-plus.org/
You can download/create/edit formatting definitions for each language, although there are a lot pre-loaded.
Examples:
DAX:
M
SQL
Pete
BA_Pete
3 years agoSuper User
Hi JohnAlex100 ,
I personally use Notepad++ for DAX/M/SQL etc: https://notepad-plus-plus.org/
You can download/create/edit formatting definitions for each language, although there are a lot pre-loaded.
Examples:
DAX:
M
SQL
Pete
- JohnAlex1003 years agoFrequent Visitor
That is a great idea! I use Notepad++ daily for other tasks, but I didn't even think to use it store DAX. And my team all uses Notepad++ so if I ever need to share these snippets, it is a software we are very familiar with. Thank you.