Forum Discussion
Dealing with blanks in PowerBI Integration
Thanks for the reply from Jonvoge and SaiTejaTalasila.
Hi aaa12 ,
Have you solved your problem? If so, please share your solution and accept it as solution or mark the helpful replies, it will be helpful for other members of the community who have similar problems as yours to solve it faster. Thank you very much for your kind cooperation!
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.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Unfortuantely, neither responses helped resolved the issue. I remvoed columns which caused problems and will revisit them later on.
- Anonymous2 years agoNot applicable
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 TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.