Hi,
I am trying to format a number to percentage but could not find the options.
I could only find this one.
Solved! Go to Solution.
The error message implies that u are passing string while it expects int or number can u try converting to float before applying format.
Like @Mira_Ghaly has mentioned, stick your string into the function float() via the expression builder.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
You could try 0.00% as follows:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
I made these changes
When I run a test, these are the errors:
The error message implies that u are passing string while it expects int or number can u try converting to float before applying format.
Like @Mira_Ghaly has mentioned, stick your string into the function float() via the expression builder.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
@DamoBird365 and @Mira_Ghaly - You both are awesome! Thank you for helping out a Newbie. 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
10 | |
9 | |
6 | |
6 |
User | Count |
---|---|
21 | |
20 | |
17 | |
8 | |
8 |