Forum Discussion
Dealing with blanks in PowerBI Integration
Unfortuantely, neither responses helped resolved the issue. I remvoed columns which caused problems and will revisit them later on.
Hi aaa12 ,
You can use the IsNumeric function to determine whether 'Created at'.Text is a number:
IsNumeric function - Power Platform | Microsoft Learn
If it is a number, you can output it directly; if it is not a number, you can use the Value function to convert it.
Regarding the issue of unrecognized columns in the IsBlankOrError function, please make sure the column names are correct and refer to the following documentation for the syntax to modify:
Error, IfError, IsError, and IsBlankOrError functions - Power Platform | Microsoft Learn
You need to have a good understanding of the syntax of the corresponding function in Power Apps before practicing it.
Best Regards,
Zhu
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.