Forum Discussion

mrogunlana's avatar
mrogunlana
Frequent Visitor
7 years ago
Solved

Does powerbi-visuals-tools 3.0 Support Multi-Datasources?

In powerbi desktop. I can add multiple datasources like so:


 

I'm currently running powerbi-visuals-tools 3.0, is there a feature available in this release that allows multiple datasource per visual in pbi developer online:

 

 

 

Thanks for your help in advance!

 

  • dm-p's avatar
    dm-p
    7 years ago

    The Power BI Service is the name for the online portal for Power BI, where you publish reports and datasets to.

     

    So, use Power BI Desktop to create your model and publish it to here as normal.

     

    You can then edit this published report in the Power BI Service and add a developer visual, which can then utilise this more complex data model.

7 Replies

    • mrogunlana's avatar
      mrogunlana
      Frequent Visitor

      Ok, I was referring to the online PBI developer environment and its ability to support multiple datasets. Currently, I only see an option to add one dataset per online developer report. I am aware the desktop supports multiple datasets per report, but I wanted to see if this option is available for the online dev report environment for testin purposes?

      • dm-p's avatar
        dm-p
        Super User

        The online modelling capabilities are very limited. When I need more complex models for developing visuals against, I just create my data model locally in Desktop and then publish to the Power BI Service. You can then edit the report and add in your developer visual, utilising these pre-prepared data sets.

         

        The only consideration to make here is that if you need to re-publish then you will lose any instances of the developer visual you might have set up for debugging, so at this point, I download a copy of the report to re-edit in Desktop so that I can re-publish and not lose my changes.

  • dm-p's avatar
    dm-p
    Super User

    I presume your single dataset is a result of creating the report in the Power BI Service from 'Get Data'? It's not the best place to start modelling from if doing anything more complex than a single dataset. If you publish your desktop report to the Power BI Service (online), then you will be able to use multiple datasets.

     

    powerbi-visuals-tools is used for custom visuals development has no effect on the datasets you're using in your report.