Forum Discussion
Power BI Charticulator Visual gone
- 1 year ago
Hi All,
After much trial and error, I have found a way to get the old MS Charticulator visual definitions working with the new Community versions.
Please be aware that there are 2 Community Versions:
- One is MS Certified – Charticulator Visual Community (View)
- One is *NOT* MS Certified - Charticulator Visual Community (Editor)
It seems that to be able to change the existing Viz from the old MS Charticulator to either of the new Community versions, you need to follow these steps:
- Make sure that you have the Options and settings -> Options -> Preview features -> on-object interaction Checked.
- Open your broken pbix that has the MS Charticulator visual.
- Download the “Charticulator Visual Community (View)” community version of Charticulator.
- Click on the old Charticulator visual that is on your workspace
- Click the On-Object “Add Data and build your visual” icon
- You will see “Suggest a visual” drop-down.
- Toggle “Arrange data for me” from off to on.
- Click the “Charticulator Visual Community (View)” Visual in the drop-down box
- Fix the field assignments and click the confirm button
This is far from ideal but I have found this works for each of my reports so far.
You will need to save the edited report locally and change the visual to the View version before publishing it. The "view" version is MS Certified.
I followed the steps again, and it works perfectly this way!
Initially, I replaced the old, non-working Charticulator with the new certified one by saving the report as a Project and modifying the JSON file. But this worked locally but didn't work on Service.
However, using the on-object method as you suggested, is much quicker and works perfectly fine on Service as well! Thanks a lot!
- BVEmory1 year agoNew Member
My problem was that I had done my first update on the Report JSON file to the Charticulator Editor first but not all the Charticulator charts were named the same, and some didn't change; probably because of some old versions. To fix that, I made some updates on the PBI service to add the view, which seemed easy enough, but at some point my project got confused with two charticulators as a public sources.
The fix, if anyone is dealing with that, was to open the Report JSON on the PBIB project, and first, make sure that charticulatorVisualCommunity_VIEW was the only charticulator instance across the file. Also, made sure that the Public Sources section of the JSON looked like this, and there weren't any conflicting sources:"publicCustomVisuals": ["charticulatorVisualCommunity_VIEW"],Hope that helps