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,
I'm creating a parameter in Power Query Editor which consists of branch_id_name, For Ex. 1116-madhya pradesh.
This parameter is bound to my branch table with branch_id_name, which we are using as slicer.
But there are different joins in my query perform joins based on branch_id column which is 1116 first four character from branch_id_name.
Now, can anybody let me know how can I extract first four character from my parameter in advance query editor?
Attached one referencequery in screenshot which we using in advance editor, idea is to fetch first four character from parameter value.
Thanks in advance!!
pls try this
Text.Start([m,4)