March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
6 | |
3 | |
2 | |
2 | |
2 |