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
Dear All,
I am from Tableau background and not so good in DAX expressions,
Below is my sample table format , Where I need to copy the values of Column Value to Column
A value where the Application Column is "A" .
I tried it in Edit Query and creating custom column but unable to get the result based on condition
Can any one please help me how can I make it
Solved! Go to Solution.
@Anonymous
You can achieve with the help of 'Conditional Column' in the 'Add Column' ribbon in the Query Editor
Select Column in the Output showned in the below image
Nandri
@Anonymous
You can achieve with the help of 'Conditional Column' in the 'Add Column' ribbon in the Query Editor
Select Column in the Output showned in the below image
Nandri
You can use this code in the custom column:
if [Application] = "A" then [Value] else null
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers ![]()
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.