Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Syndicate_Admin
Administrator
Administrator

PowerFX patch multiple records with the same status reason

Hi,

 

I have created a new Command in the main grid, that updates the status reason of a record, which works fine.

When I try to use ForAll, instead of Self.Selected.Item, the status reason does not update, and the page simply "refresh" as it would be if it did update it.

 

ForAll(
    Self.Selected.AllItems,
   Patch('Service Requests', Defaults('Service Requests'), {'Status Reason':'Status Reason (Service Requests)'.Afstemt})
)
 
Any idea what could be wrong? 🙂
Thanks!
1 REPLY 1
lbendlin
Super User
Super User

@Syndicate_Admin please stop syndicating posts that have nothing to do with Power BI.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors