Forum Discussion

DannyB's avatar
DannyB
Regular Visitor
10 years ago

REST multiple applications into one dataset

Hi,

 

Is it possible to do REST calls from different applications and push the data into the same dataset?
I want to create a dashboard that contains information from various customers. So for each customer, I want to implement a custom application that pushes the data into one (consolidated) dataset so that I can have one dashboard that shows data from all of my customers.

1 Reply

  • RomanKiss's avatar
    RomanKiss
    Frequent Visitor

    Hi,

     

    One of the solution is to use an Azure Service Bus connectivity model. The following picture shows this scenario, where the Pusher is forwarding the brokered messages to the microservice (for example Manageable Service - see my article) for mapping the message to the Power BI REST API.

     

     

    ServiceBus2PowerBI.png

     

     

    Thanks

    Roman