Creating Power BI Reports for Displaying List Data in Dynamics 365 Business Central
Dynamics 365 Business Central 2022.12.06 Hi Readers. Last week I saw a question on the D365 forum, Filter Power BI Report on a Item in the item list. – Dynamics 365 Business Central Forum Community Forum . Because I am not very familiar with Power BI, I checked the BC standard code. Since there is no way to pass parameters to Power BI, it is judged that it cannot be done. Later, after Steven’s reminder, it was possible at this time. More details: Display Custom Power BI Reports – Business Central | Microsoft Learn . So in this post, I would like to try how to create Power BI Reports for displaying list data in Business Central. If you are willing to learn new things about BC like me, please read on.😁 Dynamics 365 Business Central includes a Power BI FactBox control element on many key list pages. The purpose of this FactBox is to display Power BI reports that are related to records in the lists, providing extra insight into the data. The idea is that as you mo...