Forum Discussion
AakashMarasini
3 years agoFrequent Visitor
Update in visual.ts and capabilities.json file is not reflecting in the visual in Power BI App.
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 r...
- 3 years ago
{ 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 }
smpa01
3 years agoCommunity Champion
{
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
}