Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear community,
I created a table:
I changed the data type: Decimal Number
I changed the format: Percentage
I created a slicer which allows a manual user input.
The problem is that the user has to type in 0.40 to get his 40 %.
I want him to type in 40 to get his 40 %.
Somehow I am not able to fix this problem.
Thank you for help in advance.
Best regards,
Phil
Solved! Go to Solution.
This is not what i actually meant. But i could solve it.
I changed to modell view and changed the value to whole number.
Then I could switch the format to custom.
Afterwards switch the value to decimal number. (where you cannot find the format "custom").
In the custom settings put a string " %".
Now the user input should be for 40 => 40 %.
Afterwards create a measure which takes the value in the input and divide it with 100.
Result: User types in 40 and receives in his view 40 %, but the system receives 0.4 for further calcs.
Topic solved.
This is not what i actually meant. But i could solve it.
I changed to modell view and changed the value to whole number.
Then I could switch the format to custom.
Afterwards switch the value to decimal number. (where you cannot find the format "custom").
In the custom settings put a string " %".
Now the user input should be for 40 => 40 %.
Afterwards create a measure which takes the value in the input and divide it with 100.
Result: User types in 40 and receives in his view 40 %, but the system receives 0.4 for further calcs.
Topic solved.
@Shifty1993 , As this a % column (based on what I got) it will show .4 as 40% but have value .4
So can multiply the measure by 100
selectvalues(IN_rate[value]) *100
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |