The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.