Our CleanupName function is in charge of removing the prefixes added by PowerBI so that the color filters can use the raw '.' separated path to the original object.
This, sadly, is only prepared to work in English, and any other languages are forced to remove their prefixes manually to get it to work.
Possible solutions
Look into the PowerBI viewer API to figure out if:
We have access to these possible prefixes so we can be ready.
Directly access the query's column name, which should be unaltered by PowerBI.
From the forum: https://speckle.community/t/new-powerbi-visual-2-0-0-alpha5/4769/7?u=alanrynne
Our
CleanupName
function is in charge of removing the prefixes added by PowerBI so that the color filters can use the raw '.' separated path to the original object.This, sadly, is only prepared to work in English, and any other languages are forced to remove their prefixes manually to get it to work.
Possible solutions
Look into the PowerBI viewer API to figure out if: