Forum Discussion
Anonymous
2 years agoNot applicable
Coma separated without decimal number format in Power Automate Visual
I am trying to automate a pbi using Power Automate Email Trigger but unable to bring coma separate, and zeor decimal number format. Could you please assist, how can I fix it?
2 Replies
- lbendlinSuper User
What's that [123] action? Something custom?
- AnonymousNot applicable
I found the solution of number fomating which is working fine during testing:
formatNumber(float(items('Apply_to_each')?['Actual']), '#,##0')but while I apply and run it on Dashboard - it is giving different result than expected. Can anyone help?