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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have around 1 million rows , I have reduced it's size even less than 800mb,
Each and every query changes that I am applying are taking around 15-30 min and it's frustrating, can you please help me with it how to solve it and make it faster
.TIA.
If you are making changes, go to the first step of the query and only pull in the top 1,000 lines or so.
You can further speed it up by wrapping that line with Table.Buffer(). That should help development.
Once done, delete that line and all of your data will come back.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting