Hi all,
I am struggling with a problem I cant see power bi section in my business central.I have customised role centre I want to have power bi dashboard there but I dont even see the power bi section .
Hi all,
I am struggling with a problem I cant see power bi section in my business central.I have customised role centre I want to have power bi dashboard there but I dont even see the power bi section .
Please Mark as verify if my solutions works for you!!!
Thanks,
Ankit
Thanks Ankit,
I can see the power BI section now.
Hi Rupali,
Thanks for providing more information, I have gone through your extension and tried to look into the Role Center and found that the Power BI section is not there, so for solution you just need to add below sample code and it will show you the power bi report section on your custom profile.
Here is the code,
pageextension 50146 PurchasingMan extends "Purchasing Manager Role Center"
{
layout
{
addlast(RoleCenter)
{
part(Control98; "Power BI Report Spinner Part")
{
AccessByPermission = TableData "Power BI User Configuration" = I;
ApplicationArea = Basic, Suite;
}
}
}
}
Result:
Don't forget to help the community by Verifying the answer and Like it if your question has been answered. It will let others know that the topic has verified answer.
Thanks & Regards,
Ankit Shah
Below is my code for Customized "Purchasing" role:
profile MyProfile
{
Description = 'Purchasing Asia';
RoleCenter = "Purchasing Manager Role Center";
Customizations = MyCustomization1, MyCustomization2, MyCustomization3;
Caption = 'Purchasing-China';
}
pagecustomization MyCustomization1 customizes "Item Lookup"
{
layout
{
modify("Unit Price")
{
Visible = false;
}
}
}
pagecustomization MyCustomization2 customizes "Item List"
{
layout
{
// Add changes to page layout here
modify("Unit Price")
{
Visible = false;
}
}
actions
{
// Add changes to page actions here
}
//Variables, procedures and triggers are not allowed on Page Customizations
}
pagecustomization MyCustomization3 customizes "Item card"
{
layout
{
// Add changes to page layout here
modify("Prices & Sales")
{
Visible = false;
}
Can you share your code screenshot or Code you have written?.
Hi Ankit,
Thank you so much.
I have created one customize role center for "Purchasing" profile. There are also some permission sets that are restricted in order to restrict the user's access for some particular pages.
It shows me this blank dashboard now for this customized role center.
Please help.
Hello,
We have go through your issue and we need detail information to give you proper answer. but for now as per assumption below is the answer.
Select proper Role Center from My Setting.
After that check you are able to see the Power BI section or not, if you are not able to see that section then what you need to do is just create extension and extend that particular Role Center After that change visible property as visible true.
And if section is visible but reports are not visible then you should connect the Power BI report by clicking DropDown
Don't forget to help the community by verifying the answer if your question has been answered. It will let others know that the topic has verified answer.
Thanks & Regards,
Ankit Shah
Hi Rupali,
I think this is where you can look at.
community.dynamics.com/.../1115708
docs.microsoft.com/.../easier-choose-right-role-center
community.dynamics.com/.../finance-manager-home-screen-blank
Have you checked if PowerBI is hidding? If you go to Personalize mode then you can see what parts of your role center layout is hidden and you can make it visible again. You can find personalize if you hit the gear in the upper right corner.
André Arnaud de Cal...
294,336
Super User 2025 Season 1
Martin Dráb
233,025
Most Valuable Professional
nmaenpaa
101,158
Moderator