Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

View all the Fabric Data Days sessions on demand. View schedule

Reply
Anonymous
Not applicable

Can we provide more than one dataset id in dataset binding (App owns data)

Hi Community,

 

We have implemented an embedded solution using dynamic binding successfully using Power BI App Owns Data available in Github.

 

My question here is can we provide multiple datasets using Dynamic binding.

 

datasetBinding: {
		datasetId: "notOriginalDatasetId", // The wanted dataset id
	}

 let say here can we provide like below?

 

datasetBinding: {

                            datasetId1 :"12345678",

                            datasetId2: "78654321",

           }

 

And if it true, what should we need to change in the code??

 

Please help me to solve this.

Thanking You.

1 ACCEPTED SOLUTION
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please refer to this.

The datasets that you select need to use the same data schema. But if you have multiple datasets with the same data schema, your report can connect, or bind, dynamically to each of those datasets. You can then display different insights, depending on your needs.

Bind datasets dynamically to a Power BI embedded report in Power BI embedded analytics | Microsoft Docs

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

Please refer to this.

The datasets that you select need to use the same data schema. But if you have multiple datasets with the same data schema, your report can connect, or bind, dynamically to each of those datasets. You can then display different insights, depending on your needs.

Bind datasets dynamically to a Power BI embedded report in Power BI embedded analytics | Microsoft Docs

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

CVance
Frequent Visitor

Hi @Anonymous ,

Each report is limited to a single dataset. The dataset can have multiple data sources, but they must all feed into a single dataset. If you need multiple datasets, then you should be using a Dashboard. A Dashboard is comprised of multiple reports. 

A workspace can have multiple datasets, but a report must have at most one dataset. You can have multiple reports all relying on a single dataset (live connection), but that still follows the rule: each report can have only 1 dataset.

Be careful if you use a shared dataset for multiple reports. This scenario prevents you from creating paginated reports, and paginated reports are the only way to export to Excel.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors