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
YonghunLee
Helper I
Helper I

I want to make sql database and table and sql query to make daily backup of a calculated table.

In sql analysis service, i have made a calculated table. 

 

I want to make data log of the calculated table every day.

 

So I want to make sql database and table and sql query to make daily backup of the a calculated table.

 

Can I do it in a sql server management studio?

 

or can I make process in visual studio that first make a refresh to the calculated table and load the data from that, and finally insert the data to the sql database. 

1 REPLY 1
lbendlin
Super User
Super User

You can use newer versions of SSMS to run DAX queries against Power BI Datasets.  However that will only get you the results displayed, not loaded into a table.

 

You can use SSIS or the Import/Export wizard to query the Power BI dataset and push the results into a SQL server table. I think.

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 Kudoed Authors