#wp-PowerBICodeFormatter ##WordPress plugin for DAX and M code (as used in PowerQuery, PowerBI and Excel PowerPivot)
###For M code (PowerQuery)
[mcode theme=dark linewidth=90 width=600px ]let a = 1 in a[/mcode]
###For DAX code (PowerBI, PowerPivot)
[daxcode width=600px region=US]EVALUATE myTable[/daxcode]
All shortcode attributes are optional.
For API documentations see: M: https://www.powerqueryformatter.com/api DAX: https://www.sqlbi.com/blog/marco/2014/02/24/how-to-pass-a-dax-query-to-dax-formatter/