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 Team
we have an m Query which is as below. Number of records are 10k (two columns emails and business)
But below query is hogging our server. what can be the reason for this.
Custom1 = Table.TransformColumns(
Table.NestedJoin(TableDistinctDataEmail,
{"Email"}, #"Filtered Rows",{"Email"},"Business", JoinKind.LeftOuter),
{{"Business", each Table.FirstN(_,1), type table}}),
Thanks
Solved! Go to Solution.
Hi @abksharma , thank you for reaching out to the Microsoft Fabric Community Forum.
Please consider potential reasons and their solutions provided below:
If this helps, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details.
Thank you.
Hi @abksharma , thank you for reaching out to the Microsoft Fabric Community Forum.
Please consider potential reasons and their solutions provided below:
If this helps, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details.
Thank you.