Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Is it possible to fetch the entire dataset (not just the user-given dimensions and measures) programmatically in a custom visual?
Solved! Go to Solution.
Hi @Anonymous,
This is definitely not possible with custom visuals and is much the same way the core visuals work. Visuals don't know about the data model - they just know what data has been given to them from Power BI for the given data roles (field containers) specified in the visual capabilities and their logic will act upon it as designed.
Regards,
Daniel
If my post solves your challenge, then please consider accepting as a solution to help other forum members find the answer more quickly ๐
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Anonymous,
This is definitely not possible with custom visuals and is much the same way the core visuals work. Visuals don't know about the data model - they just know what data has been given to them from Power BI for the given data roles (field containers) specified in the visual capabilities and their logic will act upon it as designed.
Regards,
Daniel
If my post solves your challenge, then please consider accepting as a solution to help other forum members find the answer more quickly ๐
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)