The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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)
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
82 | |
77 | |
48 | |
39 |
User | Count |
---|---|
150 | |
117 | |
67 | |
64 | |
56 |