Forum Discussion
About creating a complex report
- 7 years ago
Hi Anonymous
You could create a column first
date column = RIGHT('Table (2)'[Column1],2)&"/"&"01"&"/"&LEFT('Table (2)'[Column1],4)Then use this date column in my formula.
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
You could create a column first
date column = RIGHT('Table (2)'[Column1],2)&"/"&"01"&"/"&LEFT('Table (2)'[Column1],4)
Then use this date column in my formula.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Again, it's just a matter of the date
Just like in the picture, I have fields in my table but I still get an error
Is there a size limit on the RIGHT function, which is about 12,000 lines in this table
BI hint me not using a function that gets a single result
Do you know why
Best Regards
alan-li