Forum Discussion
Creating power BI dashboard based on different Job ids
Hey sariaz ,
the simple answer is no.
Power BI leveraged data stores that are based on the schem-on-read paradigm.
This means you have to create the tables in advance and then provide a mechanism to provide different dashboard to the user.
To learn about Power BI in general I recommend this site:https://docs.microsoft.com/en-us/learn/powerplatform/power-bi?WT.mc_id=powerbi_landingpage-docs-link
You might consider Power BI embedded: https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedding#:~:text=Power%20BI%20Embedded%20is%20a%20Microsoft%20Azure%20service,benefits%20for%20an%20ISV%2C%20their%20developers%2C%20and%20customers.
Hopefully, this provides some new ideas.
Regards,
Tom
Hi TomMartens ;
I already have the table defined and it has data. So i have say 3 tables Table1; Table2; Table3. All of them has same schema and different data. If user clicks on Table 1 (say a link) then the Power BI dashboard should use data from Table 1. If user clicks on Table 2 the power bi dashboard struture should remain same but it should just refreh the data to Table 2.
Let me know if that clarifies the question.
Thanks
Samim Riaz