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
Greeting members ,
i want to create a calculated column using IF and all expect if possible .
here is a sample of data :
i want to create the G.Note column , this column will have the NULL(or the value from another column) value if the same ID got the same note (as you can see the ID=2)
i think im able to acheive this using allexpect but im missing the right sentence .
Thanks all in advance .
Solved! Go to Solution.
@Rayzo92 ,
new column =
var _cnt = countx(filter(Table, [id] <earlier([ID]) && [Note+] = earlier([Note+]) ), [ID])
return
if(isblank(_cnt) , [Note+], null)
@Rayzo92 ,
new column =
var _cnt = countx(filter(Table, [id] <earlier([ID]) && [Note+] = earlier([Note+]) ), [ID])
return
if(isblank(_cnt) , [Note+], null)
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 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |