Mô tả
WordPress plugin for formatting and beautifying of DAX and M code
(as used in PowerQuery, PowerBI and Excel PowerPivot)
M code (PowerQuery)
[mcode theme=dark linewidth=90 width=600px ]let a = 1 in a[/mcode]
DAX code (PowerBI, PowerPivot)
[daxcode width=600px region=US]EVALUATE myTable[/daxcode]
All shortcode attributes are optional.
The plugin formats your code, by sending it to the following free services and showing the result on your site.
The formatted results for unchanged code are cached (for 30 days) via WordPress transients.
-
M code is formatted by PowerQueryFormatter
Terms of use
API Documentation -
DAX code is formatted by DAXFormatter
Terms of use (scroll down to “Terms of use”)
API Documention
By using the plugin (and therefore using the services of DAXFormatter and PowerQueryFormatter) you agree to their terms of use (see links above).
Power BI is a registered trademark of Microsoft Corp.
Hỏi đáp
-
I need a feature the plugin does not provide
-
This plugin is open source. Please provide a pull request or create an issue on the github repository.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Code formatter for PowerBI” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Code formatter for PowerBI” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
Initial release