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! Request now

Reply

Filter By other column data in same Table

ProjTransRefTransOrigTransAMOUNT
208428  6
295865208428 -6
2958662084282084286

 

I need Like

ProjTransRefTransProjTransAmountOrigTransProjTransAmount
208428YES295865-6YES2958666
       
 if(ProjTrans in RefTrans) then YES else Noif(ProjTrans = RefTrans && OrigTrans ="Null") then ProjTransif(ProjTrans = RefTrans && OrigTrans ="Null") then Amountif(ProjTrans =  OrigTrans ) then "YES" Else Noif(ProjTrans =  OrigTrans ) then ProjTransif(ProjTrans =  OrigTrans ) then Amount
3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @sohailstsindia 

You transform the data circled by blue box 

3.png

To one row as follows

4.png

 

Right?

 

Best Regards

Maggie

Hi Maggie,

 

Yes I need like that please solve this.

 

Regards,

sohailstsindia 

 

Yes

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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