Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Olá, você gostaria de me informar como escrever a consulta SQL no conector Maria DB?
Exemplo: "Selecione COLUNA1, COLUNA2, COLUNA3 da tabelaA"
Ele não traz aquela "Opções avançadas" que normalmente aparece em outros conectores.
Até tentei colocar isso na linguagem M, mas não funcionou.
let
Fonte = MariaDB.Contents("IP DO SERVIDOR", "NOME DO BANCO",
[Query="
SELECT
CALUNAA,
COLUNAB
FROM TAVELA"])
in
Fonte
Até consigo selecionar as colunas que quero dessa forma... Mas o problema é que o meu Select tem Inner Join e filtros em outras tabelas, para tratar os dados antes de chegar no Power Bi.
Então nesse caso acredito que não serve...
Create a view in MySQL that does the join for you, or do the join in the Power BI data model.
Entendo que criar uma View no banco MariaDB, seria uma solução, mas o problema é que meu usuário é só de leitura dos dados, então não consigo criar view.
Em relação a tratar por dentro do modelo do Power bi, também funciona, mas é uma solução que nos faz gastar processamento de dados, que poderia ser evitado.
Hi @LRouver ,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information and description to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Olá, o problema não foi resolvido, porque não tenho acesso de criação no banco, apenas de leitura, o que o cenário de muitas pessoas.
O conector Maria DB precisar ter a opeção avançada, igual o MySQL para digitar o SQL dirito dentro do Power Bi.
HI @LRouver,
After I check on the document, I found the MariaDB also suport odbc drivers.
ODBC Connector | MariaDB Knowledge Base
Perhaps you can try use power bi odbc driver to getting data from the data source and it allow you to add the t-sql query in the advanced options:
Power Query ODBC connector - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
Essa opção, via ODBC, funciona se o relatório for no modo importar, mas esse caso o relatória precisa ser via Direct Query.
O Conector Maria DB tem a opção Direct Query, mas o ODBC não. Então essa opção ainda não resolve meu problema.
HI @LRouver,
You can take a look at the following link about enable the directquery mode on odbc data connector:
Enabling DirectQuery for an ODBC-based Power Query connector - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
Connect to the table and then in Power Query add the Table.SelectColumns transform. Then evaluate the Diagnostics details - you will likely see that the query is folding.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
38 | |
4 | |
3 | |
2 | |
2 |