Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I need help for this Excel Formula to be converted to DAX
1. =IF(ColumnA<>"","Y","N")
2. =IF(OR(ColumnD="00Test 00TestLast",ColumnD="00test newcon"),"Y","N")
Thank you.
Solved! Go to Solution.
Hello! @Dangar332
the formula works in a "new column' not in a 'measure'.
It is solved already.
Thanks
hi, @juhoneyighot
try below code
measure1 =
if('yourtablename'[columnname that you compare(columnA)]<>"","y","n")
measure 2 =
if('yourtablename'[columnname where you compare(columnD)]="00Test 00TestLast" ||
'yourtablename'[columnname where you compare(columnD)]="00test newcon","y","n")
Hello! @Dangar332
the formula works in a "new column' not in a 'measure'.
It is solved already.
Thanks
Hi, @juhoneyighot
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. and don't forget to give kudos.
Hello! This is the error when I'm trying to enter the formula
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
5 |
User | Count |
---|---|
13 | |
12 | |
11 | |
9 | |
9 |