Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
 
					
				
		
Hello All,
I have data as below and neww to create a new column as below.
If the activity is OT need to add the year end and forecast if it is SU need the value from Forecast column.Thanks for help
| Activity | Year End | Forecast | New coulmn | 
| OT | 12 | 1 | 13 | 
| OT | 12 | 1 | 13 | 
| OT | 0 | 4 | 4 | 
| OT | 0 | 4 | 4 | 
| OT | 0 | 5 | 5 | 
| OT | 0 | 6 | 6 | 
| OT | 0 | 7 | 7 | 
| SU | 8 | 9 | 9 | 
| SU | 10 | 11 | 11 | 
| SU | 12 | 13 | 13 | 
Solved! Go to Solution.
 
					
				
		
@Anonymous
Column = IF(Test[Activity]="SU",Test[Forecast],Test[Year End]+Test[Forecast]) 
					
				
		
@Anonymous
Column = IF(Test[Activity]="SU",Test[Forecast],Test[Year End]+Test[Forecast])Thanks
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |