March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
there seems to be a bug introduced in the latest version of the powerbi-client package, v2.23.0. There is a new check introduced to validate the embedUrl parameter, however the regex that is used is incorrect. The check performed by 'validateEmbedUrl' has this conditional: 'allowedPowerBiHostsRegex.test(url.hostname)', 'allowedPowerBiHostsRegex' being defined as a regex with the global flag. The problem is that global regex in js have state as described here, and the regex basically alters between true and false values causing the widget to work only every second time it is loaded. The github page seems to be outdated and there is no way to raise a PR / bug against the latest codebase, what is the proper way of getting this fixed? The fix would simply be to remove the global flag from the regex (there is also another regex in the new version that suffers from this).
Thanks,
David
ps. here is a debug session that showcases that the same expression yields altering results:
I am getting the same issue while using power bi-client npm v3.0.5. on the second click it's not working. it throws an error alternatively.
Thank you for reaching out and reproting this issue, we will release a new SDK vesrion soon with a fix. I will update this thread once the release is completed.
I am using powerbi-client npm v3.0.5, For Power BI report, I am not getting this error. But for embedded paginated reports getting this "Invalid embed URL".
Is it some thing like fixed for Power BI Report and still open for pagiated reports?
Its not working in the first click, then works in second click and in third click its again not working.
Please upgrade to version 2.23.1, issue should be resolved with this version
i was facing the same issued as reported above.
The new version solved it for me !
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
7 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
8 | |
3 | |
2 | |
2 | |
2 |