DAX Parser App
Parse DAX using PyDAX in an app
Nov 1, 20242 min read1.0K
Search for a command to run...
Articles tagged with #dax
Parse DAX using PyDAX in an app
If it's not formatted, it's not DAX...
There is an old Italian saying "If it's not formatted, it is not DAX" 馃榿 When you get the list of measures from SemPy, it's not formatted and is hard to read and understand. Thankfully, the SQLBI team has made the DAX parser and the formatter availab...