Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

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

  • Anonymous's avatar
    Anonymous
    Not 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?