Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
rax99
Helper V
Helper V

How to replicate my table visual in SSMS or Dax Editor

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?

1 ACCEPTED SOLUTION
JarroVGIT
Resident Rockstar
Resident Rockstar

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:

image.png

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;

image.png

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! 🙂

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
JarroVGIT
Resident Rockstar
Resident Rockstar

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:

image.png

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;

image.png

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! 🙂

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors