Forum Discussion
Live connection with Maria DB
AnonymousAnonymous Live connection is not possible for relation type databases like Maria DB, it is only for SSAS or mutidimensional DB.
But you can use "Import Mode" or "Direct Query" mode.
In Direct Query mode, report will be connected directly to source (as you want), but there is many limitations, and also it can be very slow, because it utilize source and not use any cache (internal SSAS instance with column store optimized inmemory database).
In Import mode, you can use all benefits of PBI, and you can refresh data periodically (daily, hourly, every 5minutes, as you want, and as allow your infrastructure), but is not easy (but not imposible) schedule refresh on external event (as anything is changed in source)
Additional option is use SSAS server (if you have), you can build model in SSAS (Tabular or OLAP) and use Live Connection from PBI to this server. On SSAS you have more options how to drive data refreshes (e.g. realtime options in OLAP)
I have odbc connector from maria db webiste for power bi, i have connected it is showing import connection as it is not asking for any direct query so i believe that its import connection by checking all the three reports. model and relationship tab was there.
Can you guide me is it possible to make analysis services on top of maria db then i can connect live connection with power bi from analysis services.
Thanks and Regards
- josef786 years ago
Memorable Member
if you want direct query, you must start from the sratch, because direct query cannot by combined with other modes, only one server is possible, a there is many limitation in data model.
if you want use dedicated model in SSAS live connected from PBI, it is too complex to guide here, but can start here: https://docs.microsoft.com/en-us/sql/analysis-services/tabular-modeling-adventure-works-tutorial or https://docs.microsoft.com/en-us/sql/analysis-services/multidimensional-modeling-adventure-works-tutorial