This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi
Im trying to run a MID where starting points depends on every row, that's why is link to column instead of having a fixed value. But for some reason, I get an error. You know how can I make it work?
Solved! Go to Solution.
Hi @Anonymous ,
I'm apologize that this formula lacks a ")". Please try the formula again.
Column =
IF (
ISERROR ( MID ( 'Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10 ) ),
BLANK (),
MID ( 'Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10 )
)Best Regards,
Xue
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please check if there is null and zero in the column of A. The positions start at 1. So null values and zero are not supported. This is the document of MID you can reference.
Column = IF(ISERROR(MID('Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10),BLANK(),MID('Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10))Best Regards,
Xue
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks, Xue
I tried your formula but didn't work.
I've checked and column A has some blank cells.
Hi @Anonymous ,
I'm apologize that this formula lacks a ")". Please try the formula again.
Column =
IF (
ISERROR ( MID ( 'Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10 ) ),
BLANK (),
MID ( 'Campaign (1)'[Labels on Campaign], 'Campaign (1)'[A], 10 )
)Best Regards,
Xue
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 56 | |
| 31 | |
| 26 | |
| 23 |