Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Per documentation I added the following to capabilities.json:
"keepAllMetadataColumns": {
"type": "boolean",
"description": "Indicates that visual is going to receive all metadata columns, no matter what the active projections are"
}
I got this error running pbiviz start:
error should be boolean .keepAllMetadataColumns
There's got to be something more to adding this feature?
Any help would be appreciated.
Thanks
Solved! Go to Solution.
I see the key is not to paste in what is in the documentation, but rather...
"keepAllMetadataColumns": true
...which works. The documentation should not be taken literal.
Hi @Anonymous ,
If you need to customize the pbiviz file, you can refer to the following link, generally we do not recommend modifying the pbiviz file locally.
Solved: Extracting .ts file from pbiviz file - Microsoft Power BI Community
Solved: How to open the pbiviz file (Power BI Custom visua... - Microsoft Power BI Community
Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I see the key is not to paste in what is in the documentation, but rather...
"keepAllMetadataColumns": true
...which works. The documentation should not be taken literal.