Forum Discussion

ChayaL's avatar
ChayaL
New Member
3 years ago
Solved

Custom visual to get data from other visuals

I'm trying to write a custom visual which will export the data of all the other visuals in the report as well as the filter selection. I can't find a way to get information from the other visuals. Is...
  • dm-p's avatar
    3 years ago

    Hi ChayaL,

     

    What you are looking to do will not be possible to solve with custom visuals. The approach you're using with embedding is the "correct" way to approach what you're doing.

     

    For security reasons, custom visuals cannot communicate (or even know about) other visuals on the same page, or other report assets such as the data model. They are only permitted to access the data that Power BI gives them (i.e., what columns and measures the creator supplied to make the visual dataset, or any measures used for conditional formatting). 

     

    Regards,

     

    Daniel