Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi All,
I am attempting to replicate some of our cutoff tables on SQL server, to Fabric.
I created a scheduled flow on Power Automate, that pulls data from a view every month, applies certain filters, and appends the results to a cutoff table, with a timestamp associated with each row, to denote what month the data was logged.
Currently in SQL we have a cutoff table, with the data logged, a "report name" field and a time stamp.
We have 3 different cutoff reports, run every month, that are saved into that table.
Is there a way I can achieve this in a Fabric Lakehouse?
Solved! Go to Solution.
HI @13havya,
I'd like to suggest you to use notebook to handle these operations.
You can use notebook to getting data from sql server and load to the dataframe, then you can use withcolumn to add new column based on current datetime values to record the cutoff values.
Lakehouse tutorial: Prepare and transform data in the lakehouse
Regards,
Xiaoxin Sheng
HI @13havya,
I'd like to suggest you to use notebook to handle these operations.
You can use notebook to getting data from sql server and load to the dataframe, then you can use withcolumn to add new column based on current datetime values to record the cutoff values.
Lakehouse tutorial: Prepare and transform data in the lakehouse
Regards,
Xiaoxin Sheng
Thanks @v-shex-msft ,
Still getting the hang of data transformations on Fabric, but this is a good resource
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
6 | |
6 | |
4 | |
2 | |
1 |
User | Count |
---|---|
11 | |
10 | |
8 | |
7 | |
5 |