Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
So, in short, I have a table visual where I have populated it with data (from multiple source tables). I want to replicate the result set in SSMS or DAX editor so I can push it into another system.
(data held in SSAS tabular Cube)
Is there an easy way to achieve this? Can I access the table visual data as is in memory to see the underlying DAX?
How do I replicate the same results from PBI desktop table viz to output in SSMS using the EVALUATE function? It doesn't appear to be straight forward and I'm hitting my head against the wall with this?
Solved! Go to Solution.
I think there is one possibility, by using the Query Analyzer. It is currently in preview so you have to enable it in File -> Options:
Then in PBI, go to View and enable the Performance Analyzer view. Click start recording and refresh your page. Then you can see what is happening in the back ground. Here you can even copy the DAX resulting in your visuals;
Note that it might be pretty complicated to figure out what is happening in the background. The screenshot above is from a very simple report page (one slicer and one table with measure) but I think this is the closest you will get to what you need 🙂
Kind regards
Djerro123
-------------------------------
If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.
Keep those thumbs up coming! 🙂
Proud to be a Super User!
I think there is one possibility, by using the Query Analyzer. It is currently in preview so you have to enable it in File -> Options:
Then in PBI, go to View and enable the Performance Analyzer view. Click start recording and refresh your page. Then you can see what is happening in the back ground. Here you can even copy the DAX resulting in your visuals;
Note that it might be pretty complicated to figure out what is happening in the background. The screenshot above is from a very simple report page (one slicer and one table with measure) but I think this is the closest you will get to what you need 🙂
Kind regards
Djerro123
-------------------------------
If this answered your question, please mark it as the Solution. This also helps others to find what they are looking for.
Keep those thumbs up coming! 🙂
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.