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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
saksham_kumar
Frequent Visitor

Manually change value in a row of a Measured column

I have 4 columns - Category, Col A, Col B and Col C. Column C is a measured column (A+B).

 

3 rows are there. Category has

ABC in 1st row

XYZ in 2nd row

MNO in 3rd row

 

Col A has - 

1 in 1st row

4 in 2nd row

7 in 3rd row

 

Col B has - 

6 in 1st row

4 in 2nd row

9 in 3rd row

 

Col C has - 

7 in 1st row

8 in 2nd row

16 in 3rd row

 

 

CategoryCol ACol BCol C
ABC167
XYZ448
MNO7916

 

Kindly imagine / visualize the above data as a table, could not paste (not sure sure if pasted correctly)

 

Now can I manually change the value 8 in Col C (which is against Category XYZ) to may be 10, 11 or whatever?

The other 2 values remain as it is. 

How can I do this. Thanks in advance for your help.

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

 

 

@saksham_kumar ,

 

You can modify calculate column as below:

 

Col C = IF('Table'[Category] = "XYZ", 10, 'Table'[Col A] + 'Table'[Col B])

Capture.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

View solution in original post

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

 

 

@saksham_kumar ,

 

You can modify calculate column as below:

 

Col C = IF('Table'[Category] = "XYZ", 10, 'Table'[Col A] + 'Table'[Col B])

Capture.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

This is awesome! Thanks a ton

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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