Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
10 | |
8 |