Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi
I have a formula I use a lot in my excel analysis, but I want to built into powerBi as a calculated column:
=iferror(MID(A1,FIND("TCN",A1),11),A1)
Can I create a DAX command which does the same?
Thanks
Kristoffer
Solved! Go to Solution.
=iferror(MID([colnum name],FIND("TCN",[colnum name]),11),[colnum name])
=iferror(MID([colnum name],FIND("TCN",[colnum name]),11),[colnum name])
Hah this was Simple! - was missing a minor thing - THANKS!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |