Forum Discussion
Sidhant
Advocate V
1 year agoManaging and Exporting High-Volume Datasets (~1M Records) in Power BI
Hello everyone, I'm currently working on a use case where I need to manage and export high-volume datasets (~1 million records) using Power BI, and I'm exploring multiple approaches. I’d appreciate ...
Gabry
Super User
1 year agoI've never tried this myself, but I was thinking, if you're using Fabric, one possible solution could be the following:
You can set up a report with a column filter. Then, using a user data function, you can trigger a notebook that receives the selected columns as input. The notebook can export the filtered data and save it to a folder within the lakehouse. Users can then access the data directly from that folder.
Could this be a viable solution?