Forum Discussion

lruboczki's avatar
lruboczki
Regular Visitor
10 years ago

Connect to Azure OMS (Operations Management Suite) from Power BI Desktop

Hi!

 

Is it possible to connect to Azure OMS from Power BI desktop? The built-in solutin of PowerBI in OMS is publishing the data only to Power BI Service, where I am not able to use multiple datasets to a report.

 

Laszlo

8 Replies

  • I sure hope it is coming soon. Pushing it to the 0365 Power BI is great, but I need to publish some of these nice charts and iframe them into another web page. That means I need to use the newly minted Azure service PoweBI embeded. This means I need a connector in PowerBI Desktop to design and upload my charts.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Im dealing with same problem as I wanted to create few log queries as separate OMS datasets in powerBI and publish those into company Intranet portal and my plan crashed on fact that I can access those datasets in powerBI service only which has the limitation you mentioned.

     

    Next step is try using Data Catalog feature which requires enterprise license but its worth it.

     

    I notice that from web view the Dataset can be "Analyzed in Excel" so this enabled me using powerQuery to save this output as Data Catalog. 

     

    • RafDelgado's avatar
      RafDelgado
      Icon for Helper II rankHelper II

      I had a similar problem, I used Azure Automation to query the log analytics via powershell, exported it to csv and uploaded that to a private blob. Then imported the blob with the Azure Storage connector and gathered the OMS CSV content that way. Not ideal but did the job.

       

      Also looked at directly calling the api but authenication wasn't supported :(

      • Anonymous's avatar
        Anonymous
        Not applicable

        Wow, thats interesting concept. It reminds me existence of Logic Apps where I can do similar way if Flow style :) so I will give it a try.

         

        thanks for hint.

        JK