SABA Cloud integration with Power BI - powerbi

I was wondering what connector options we had to successfully integrate data from SABA into Power BI. Been looking into it for a hot minute now but can't find any useful info.
Thanks :)

Related

Power Automate Power BI whenopened trigger

Good morning,
I am looking for any solution that could help me analysing how many times is a PowerBI report opened and who opens it. I cannot use the PowerBI analytics.
I was thinking that PowerAutomate might have a Power BI whenopened trigger or something that could work like that.
Does anyone know if it is posible to develope a Power Automate flow that checks that?
Thank you so much!

How to start with Power BI. Using Sisense as of now

May be this is stupid question.
I am using Sisense for the analytics. Back end is SQL Server. Now we are thinking to move to Power BI. When I search for Power BI I see different versions. 1) desktop power bi 2) azure power bi.
Does both are same ? I can search for tutorial on google but I want some perfect direction. I want the similar kind feature that's sisense have.
Thank you.

Automate refresh Power BI after SAP BW loads

Currently all business users schedule Power BI reports around 08:00 / 09:00 AM. 2 Problems... overload and the possibility that our SAP BW loads didn't finish yet.
I need some ideas how to automate the refresh of Power BI reports after our daily SAP BW load is finished (Using SAP BW/4HANA).
We have a HANA View with the timestamp on which the load is finished, which can be consumed in Power BI.
Thoughts so far:
Power Automate by Power BI?
Approach a Python script with an ABAP scripts
If someone has experience with this or has any ideas, it would be greatly appreciated!
Kinds regards,
Justin

Exploring Apache Kylin cubes with Power BI?

I had some conflicts with my teammates about if it is really the Power BI can read and explore Apache Kylin Cubes or it is just exploring the Data source,
I had some problems with saiku exactly in the Mondrian schema that's why I am using Power BI, I couldn't use Superset cause of the lack of time since i need to deliver the project in time.
I just want to do some data visualization from the cubes,
Is there any understandable documentation you guys can provide me?
I will really be grateful for any help!
There is no Cube API in Power BI. You could display Kylin defined tables in Power BI through ODBC driver. There are some commercial solutions for Kylin and Power BI. Check this: https://kyligence.io/resources/enable-interactive-big-data-analytics-of-power-bi/

Bloomberg data into Power BI

Have seen a few mentions on pulling Bloomberg pricing data into Power BI, with most referencing a REST API but I can't seem to find any good examples on how to implement. I have a Bloomberg license, but have been struggling on how to marry the two without pulling Bloomberg data into Excel and then referencing in Power BI. Anyone have any luck on this front?
I'd prefer to avoid the Excel route as I'd like to be able to choose dates, assets, etc in the Power BI report and then refresh dynamically rather than open Excel every time and then refresh the Power BI report.
Thanks in advance.
I'm sure there's a way to load data via R with the Rblpapi library. Might try going down this route. I don't have a license so I'm unable to test.
Documentation here:
http://dirk.eddelbuettel.com/code/rblpapi.html
You'll be glad to know that Bloomberg Connector is part of Power BI April release !
There does not currently seem to be an easy way of doing this. I have been exploring using C#. I found this tutorial which provides a lot of detail on connecting to the Bloomberg API using C#, and this tutorial on pushing data into Power BI using C#. There might be a way by connecting the concepts in both tutorials. If anyone has any better ideas I would love to hear them.