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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Angie_
Frequent Visitor

Replace values

Hi,

 

I have a list with the request updated manually by human or system as per below (Table 1) and i would like to replace those human name with Manual and remain the System as System like (Table 2). May I know how to transform it?

 

Table 1

Request #Updated by
1Dave
2Ken
3System
4Dana
5Sandy
6Amanda
7Vivian
8System
9Sandy
10Ken

 

Table 2

Request #Updated by
1Manual
2Manual
3System
4Manual
5Manual
6Manual
7Manual
8System
9Manual
10Manual

 

Thank you.

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Angie_ 

Column = if('Table'[updated by]="System","System","Mannual")
1.PNG
or in Pq
if [updated by]="System" then "System" else "Mannual"
then remove the updated by column
2.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@Angie_ 

Column = if('Table'[updated by]="System","System","Mannual")
1.PNG
or in Pq
if [updated by]="System" then "System" else "Mannual"
then remove the updated by column
2.PNG




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors