Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
in document, we see there is third paramters, but we can't find how to use third parameter.
Table.ReplaceMatchingRows(
table as table,
replacements as list,
optional equationCriteria as any
)
I have one requirement, if [Name] = "GZ", each [A1] column == [A], [B1]==[B],
can use Table.ReplaceMatchingRows ?
if use Table.ReplaceValue() only change one column in one time!
Solved! Go to Solution.
NewStep=Table.FromRecords(Table.TransformRows(PreviousStepName,each if [Name]="GZ" then _&[A1=[A],B1=[B]] else _))
NewStep=Table.FromRecords(Table.TransformRows(PreviousStepName,each if [Name]="GZ" then _&[A1=[A],B1=[B]] else _))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
12 | |
8 | |
8 |