Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a data model which has for example three tables. Two of them is linked to each other and the third one is not linked to any table (basically orphan).
My custom visual and some other visual shows the data from those two linked tables. The selections between those two visuals works as expected.
But the report has one other visual which shows the data from that orphan table. When I do a selection from that visual powerbi will send the update request (type 2 data) to my custom visual even if the data is not linked. Why is that happening and how do I know that I don't need to update my visual with the data requested by the update?
Br, Tomi
Solved! Go to Solution.
Hi,
Unfortunately I am not familiar with all the pitfalls of Power BI, but I suppose that, because of a custom visual works in an isolated sandbox, it isn't aware about where and what exact selection was applied so, there will just be called update with some passed data.
To solve your issue, I suppose, you could use a private field to store a visual state and just check it when update is called to prevent abundant rendering.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Hi,
Unfortunately I am not familiar with all the pitfalls of Power BI, but I suppose that, because of a custom visual works in an isolated sandbox, it isn't aware about where and what exact selection was applied so, there will just be called update with some passed data.
To solve your issue, I suppose, you could use a private field to store a visual state and just check it when update is called to prevent abundant rendering.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
pbicvsupport@microsoft.com
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.