Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi everyone.
I have a url (HTML) not json like this one (the url down is not real) :
i should add employee number after the /
and it will return a table with one row of employee information
i need to create a dashboard in power bi that allow the employee enters his number and his information table is returned to him
i do not know if this even possible in power bi ?
thank you ..
Hi @hana123 ,
Yes, it is possible to create a dashboard in Power BI that allows an employee to enter their employee number and displays their information in a table. Here's one way you could do it:
URL & "/" & EmployeeNumber
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@v-henryk-mstf Henry, please use the term report rather than dashboard. Dashboards are not interactive beyond hover and click through.
Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn are only available for Direct Query data sources, not for Web data sources.
Use a PowerApps visual inside your Power BI report instead.