Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply

Error on Power Bi Desktop but not on Web Service

Following error is presented when running a custom visual in power bi desktop. After packaging the visual with "pviviz package" I am presented with 

 

BuildBuild

After inserting the visual into Power Bi Desktop(Version: 2.95.804.0 64-bit (July, 2021) it imports with no errors then when clicking on the "Format" tab to change options the program crashes and the error is

 

error on desktoperror on desktop

This visual works perfectly on the web service of power bi, I'm not sure what "hex.match" is referring to in my code as it is not used. Note: the last time this visualization had edits to it were 2 years ago. Im not sure if power bi desktop has changed crucial things to make this not work correctly.

1 ACCEPTED SOLUTION

There were issues with my code. The lines that cause this issue have no correlation to the error.

View solution in original post

2 REPLIES 2

There were issues with my code. The lines that cause this issue have no correlation to the error.

v-rzhou-msft
Community Support
Community Support

Hi @JackSoderstrom 

What kind of custom visual do you want ? According to your statement, you couldn't use visual format in Power BI Desktop, but in Service it works well. 

Latest version is 2.95.983.0. You can download the latest version of Power BI Desktop and try again.

Click here to download: Download

Error in your screenshot is hex.match is not a function. Please check your code, find hex in your code.

The error goes away if you explicitly convert to a string. Code looks like String(hex).match.

Here is a post with similar error like yours: JavaScript error: “val.match is not a function”

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

 

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.