I have question. This is my first time to use PowerApps. I have canvas with datatable with filter Error invalid argument type.
The datatable function is Filter(Source, 'Created By'=Office365Users.MyProfile().DisplayName). Result should show some data. But if I change to Filter(Source, 'Claim Amount'<=100) it provide me some result and no error occur.
Anyone in here have idea to solve my problem?
Solved! Go to Solution.
Hi @mfirdaus5323 ,
Try this
Filter(
Source,
'Created By'.DisplayName=User().FullName
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @mfirdaus5323 ,
Try this
Filter(
Source,
'Created By'.DisplayName=User().FullName
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @mfirdaus5323 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi WarrenBelz,
Just trying yesterday. Its work! thanks for the solution. You save my time.
User | Count |
---|---|
199 | |
105 | |
89 | |
45 | |
43 |
User | Count |
---|---|
246 | |
105 | |
103 | |
65 | |
60 |