Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Live connection with Maria DB

Dear Friends

 

I have maria db as my database, i want to make live connection with maria db while preparing the dashboard. 

 

Please let me know as i have tried lot but i found its an import connection, I want if any data get changed in dattabase then automatically that you get reflected in reports . 

 

Is there any workaround or any way to get it done?

 

Thanks 

3 Replies

  • josef78's avatar
    josef78
    Memorable Member

    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)