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! Request now
Thank you forsolving this
Solved! Go to Solution.
NewColumn :=
IF(
'Table'[Arrival Airport Code] < 'Table'[Departure Airport Code],
'Table'[Arrival Airport Code] & 'Table'[Departure Airport Code],
'Table'[Departure Airport Code] & 'Table'[Arrival Airport Code]
)
NewColumn :=
IF(
'Table'[Arrival Airport Code] < 'Table'[Departure Airport Code],
'Table'[Arrival Airport Code] & 'Table'[Departure Airport Code],
'Table'[Departure Airport Code] & 'Table'[Arrival Airport Code]
)
@amitchandak @Greg_Deckler @PaulDBrown @Jihwan_Kim @johnt75 Can you help me with DAX for Matrix Column ?
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.