March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi everyone!
I am trying to set up a formula for a new measure with a IF condition.
I have actually 2 columns: Actual Room Name and New Room Name both with text values.
I would like to add a column that identifies when the Actual Room Name is different from the New Room Name.
And I was thinking using the IF value like I use in Excel...
Could you help me to redact the formula?
Thanks a lot!
Elofly
Solved! Go to Solution.
Hi @Elofly
You may use SELECTEDVALUE().
IF(SELECTEDVALUE(actual_room) = SELECTEDVALUE(new_room), True, False)
Thank you so much!
Or you can just use EXACT() and add a column 🙂
Hi @Elofly
You may use SELECTEDVALUE().
IF(SELECTEDVALUE(actual_room) = SELECTEDVALUE(new_room), True, False)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |