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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I would like to check there is any way to overcome the limitation to export data of more than 150k rows from power BI using underlying data. Also, I would like to check if this could be possible by using the premium capacity workspace.
Thanks,
Eliyaz.
Hi, @emohammad ;
Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we could close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @emohammad ;
Exporting through DAX Studio is ok and you can even export your whole model at once: https://xxlbi.com/blog/dax-studio-export-all-data/
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Thanks for your reply!
DAX Studio is just one of the tools to access XMLA endpoints (albeit a very good one). You can use whatever you feel comfortable with, including SSMS (above18.8), Tabular Editor, ALM toolkit etc.
The most simplistic way to extract a table from a Power BI dataset is run this DAX query: "EVALUATE 'TableNameHere'". Often you don't want the entire table (yours seems to suffer from column bloat) so you can tailor the DAX to group and filter.
If you need to "export full data from Power BI" then you are doing something wrong. That's not what Power BI is for. Export from the Power BI data source instead.
Yes, in Premium scenarios you can use "Analyze in Excel" which doesn't have that limitation. Or you can craft your own DAX query and pull the data that way.