Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Developers,
I have updated some code in the visual.ts file and changed the display name of Data roles in the capabilites.Json file. Even after the successful run of command: pbiviz start, the result of the updated code and display name is not updated in the custom visual in Power BI App. What might be the reason for this?
How this issue could be solved?
Thanks!
Solved! Go to Solution.
{
the result of the updated code
// this is highly unlikley for a dev, if it is for prod you need to manually import
//the newly packaged .pbiviz in order to have the new code reflectd there
and
display name is not updated
// did you update the pbiviz.json with the new name?
// if yes, make sure to manually import the newly packaged .pbiviz
}
{
the result of the updated code
// this is highly unlikley for a dev, if it is for prod you need to manually import
//the newly packaged .pbiviz in order to have the new code reflectd there
and
display name is not updated
// did you update the pbiviz.json with the new name?
// if yes, make sure to manually import the newly packaged .pbiviz
}
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.