Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi All,
I want to export my filtered data in a table in my power BI report to Fabric Lakehouse?
Would that be possible? If Yes could someone help me to understand the steps to implement that. I know we have to use power automate flow but if someone can elaborate a bit that would be helpful.
any lead would appriciate.
Thanks Jibin Sebastian
Solved! Go to Solution.
Hii @JibinSebastian
If this workflow helps you automate your data export to Fabric, please mark this as the "Accepted Solution"!
Answer:
Power BI Desktop does not currently offer a native capability to export filtered report data directly into a Microsoft Fabric Lakehouse table. However, you can achieve similar results using an indirect pattern that leverages Power Automate to create and store a file (CSV/JSON) in a location accessible from Fabric, such as OneLake.
Recommended Approach
Power BI → Power Automate → Fabric Lakehouse
You can use the Power Automate visual in a Power BI report to capture filtered data and generate a file that can be stored in a Lakehouse file area. This pattern enables user-initiated exports that respect the current slicer and filter context.
Implementation Pattern
What is Not Supported
Hii @JibinSebastian
If this workflow helps you automate your data export to Fabric, please mark this as the "Accepted Solution"!
Hi @JibinSebastian ,
If you get a chance, please review the responses shared by @AshokKunwar @MFelix , as they align with your requirements. Additionally, you may also want to review the responses from other community members.
Please let us know if you need any further assistance.
Thank you all for your responses.
This is what most people mean when they say “export from Power BI”.
User clicks a button in the report
Button triggers a Power Automate flow
Flow runs a DAX query against the dataset
Flow saves the result as CSV into Fabric Lakehouse (OneLake)
Action → Power Automate
Create or attach a flow
Step A – Trigger
Power BI button trigger
Step B – Run query against dataset
Action: Run a query against a dataset
Use DAX like:
EVALUATE
FILTER (
'FactTable',
'FactTable'[Country] = "qwerty"
)Step C – Create CSV
Use Create CSV table action
Step D – Write to Fabric Lakehouse
Use OneLake / Lakehouse file path
Save as:
/Files/Exports/MyExport_2025-01-08.csv
Hii @JibinSebastian
Power BI does not have a native "Save to Lakehouse" button within a table visual. To achieve this, we use the Power BI "Button" visual with a Power Automate trigger to pass the current filter context to a flow that writes to Fabric.
Step 1: Add the Power Automate Visual
Step 2: Create the Flow
Step 3: Handle the Data (CSV Generation)
Inside your Power Automate flow, add a "Create CSV table" action.
Step 4: Write to Fabric Lakehouse
Use the "Microsoft Fabric" connector (currently in preview) or an Office 365 Groups "Upload file" action if you have the Lakehouse synced via OneLake File Explorer.
To export data to Fabric Lakehouse, use the Power Automate visual inside Power BI. This captures the filtered data, converts it to CSV, and uses the Fabric or OneLake connectors to save the file directly into your Lakehouse environment.
If this workflow helps you automate your data export to Fabric, please mark this as the "Accepted Solution"!
Hi @JibinSebastian ,
Do you want to do this from a report perspective having this available for the users at any time to do the export, or is it a one time thing or is it controlled by you?
If this is a report usage the Power Automate can make it happen, however if its not for overal report usage you should use Semantic Link Labs in a notebook in Fabric.
If you can let me know a litle bit more about the context and use case I can then go trough a better option and example.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @JibinSebastian ,
You could try creating a shortcut in the Lakehouse from OneDrive or SharePoint folder and store the exported data in that OneDrive or SharePoint folder. Note that this is a preview feature.
https://learn.microsoft.com/en-us/fabric/onelake/create-onedrive-sharepoint-shortcut
Also, there might be better ways to accomplish your end goal than exporting from a PBI visual.
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 51 | |
| 41 | |
| 23 | |
| 18 |
| User | Count |
|---|---|
| 124 | |
| 108 | |
| 47 | |
| 28 | |
| 27 |