Forum Discussion

jaiswati's avatar
jaiswati
Regular Visitor
9 years ago

How to display multiple Power BI Reports, on one page (.aspx) using @Html.PowerBIReportFor

 

How to display multiple  Power BI Reports, on one  page (.aspx) using 

@Html.PowerBIReportFor 

 

 

@Html.PowerBIReportFor(
Model => report,
new
{
id = report.Id,
style = "height:10vh;",
powerbi_access_token = Model.CurrentReport.AccessToken

 

 

How to display Power BI Reports collection using
@Html.PowerBIReport

I tried this, looping through all report collection in view (MVC) ?, but only one report was displayed multiple times (but report collection has multiple distinct reports?

 

Is this not supported yet?

Swati


})

 

</script>

No RepliesBe the first to reply