docs: Note that Power BI Report Builder is not supported - #11832
Conversation
Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
Claude finished @MazterQyou's task in 43s —— View job Review complete — looks good to merge; 0 high, 0 medium, 1 lowFull reviewTodos
SummaryA 3-line docs-only change to Everything checks out against
Nothing security-, performance-, or test-related applies to a docs-copy change. No comment-hygiene concerns. FindingsLow — scope of the "not supported" claim (inline comment, line 51) The intro sentence (line 11) states the limitation unconditionally, while the new table row lives inside the DAX-API-specific Authentication methods table. If the limitation is DAX-only, line 11 overstates it; if it's global, the row is in a narrower section than the claim. Also, a row whose Authentication cell is |
| | Power BI Desktop | [NTLM][ref-ntlm-desktop] | 🟡 Works well for testing purposes | | ||
| | Power BI Desktop | [Kerberos][ref-kerberos] | 🟢 Recommended for production | | ||
| | Power BI Service | [NTLM][ref-ntlm] + [Kerberos][ref-kerberos] | 🟢 Recommended for production.<br/>Requires [on-premises data gateway][ref-opdg] | | ||
| | Power BI Report Builder | — | 🔴 Not supported | |
There was a problem hiding this comment.
Scope nit: this row lands in the Authentication methods table under "Connect to the DAX API", but the intro sentence at line 11 states Report Builder is unsupported for Cube generally (both DAX API and SQL API paths). Two small consequences:
- A row with
—in an Authentication column is really answering "which applications are supported", not "which auth method to use" — a reader scanning for auth guidance gets a non-answer. - If the limitation is DAX-API-specific (i.e. Report Builder can still reach Cube over the SQL API as a Postgres source), line 11 overstates it; if it's global, the table row understates the reach by living in a DAX-only section.
Since line 11 already says it plainly, the table row is arguably redundant. If you want to keep both, worth making the intro sentence explicit about which API(s) it covers.
Check List
Description of Changes Made
This PR updates the Power BI integration page to state that Power BI Report Builder is not supported.