Forum Discussion

6 Replies

  • Describe what you mean by "export"  - what  data? Honoring the filters the user applied? into which format?

    • arvindsingh802's avatar
      arvindsingh802
      Community Champion

      Thanks lbendlin for your response
      I want to Export table visual data in excel file
      Yes, it should honor the filters applied by users

      • lbendlin's avatar
        lbendlin
        Super User

        In your embedding framework, read the current visual settings for the slicers, and then issue a DAX query against the semantic model with the same filters applied. Then present the result back to the browser for download.

         

        Depending on the query complexity this can result in a poor UX.

    • lbendlin's avatar
      lbendlin
      Super User

      I am not familiar with saving the results there - shouldn't that go into a standard Azure blob location?