All;
I am looking for a way to open an XL file with a button in Power BI.
We use Sap and the version we currently use does not allow for Power BI to go and get the data. So we have several different vba codes that extract the data from SAP through RFC calls, scripting etc. which leads us to an excel file with the data. Accessing the data that is now in the xl file is easy.
The hard part is when in power BI to get to the xl file to run the “update data” code.
We we can open the xl data workbook with simple vba from another xl workbook, but without vba inside Power BI, how could this be done?
Thanks for your thoughts and advice.
I am looking for a way to open an XL file with a button in Power BI.
We use Sap and the version we currently use does not allow for Power BI to go and get the data. So we have several different vba codes that extract the data from SAP through RFC calls, scripting etc. which leads us to an excel file with the data. Accessing the data that is now in the xl file is easy.
The hard part is when in power BI to get to the xl file to run the “update data” code.
We we can open the xl data workbook with simple vba from another xl workbook, but without vba inside Power BI, how could this be done?
Thanks for your thoughts and advice.