Forum Discussion
Paginated Report column formatting
- 1 year ago
So I finally figured it out I use an expression to set value and getting the expected results.
CDbl(Column_Name)and used the number format from the text box properties and it is working as expected.
Again, thank you every one for helping me as I definately learn some new ways of formatting.
Thanks,
Ali.
Hi Jainesh,
The data type property was already showing the same, but I am still getting the extra decmals in the paginated report. I have saved the model, exit the Power BI and reopened it again but no luck.
Thanks,
Ali.
- v-hjannapu1 year agoCommunity Support
Hi aliahad,
Thanks for sharing the screenshots. In Paginated Reports, the number formatting that we apply in Power BI Desktop model doesn’t always reflect. Paginated report has its own formatting settings.
Can you please try this once:
1.Right click on the textbox in your paginated report → go to Text Box Properties.
2.Under Number → Custom, type a format like:
N0 → for whole number (no decimals)
N2 → for 2 decimal placesC0 → for currency without decimals
3.Press OK and run the report again.Please find the attached screenshot for your reference.
This way you can control how the number shows in the paginated report, even if the dataset is giving more decimal values.
I hope this information is helpful to you. If you need any further clarification or assistance, please let me know.Best Regards,
Harshitha.- aliahad1 year agoFrequent Visitor
Hi v-hjannapu
I have tried your suggestion but that also doesn't solve my issue, the only thing left is to make the changes in the ETL process and hopefully that will give me the results that I am looking for.
Thanks everyone for all the help.
Ali.
- aliahad1 year agoFrequent Visitor
So I finally figured it out I use an expression to set value and getting the expected results.
CDbl(Column_Name)and used the number format from the text box properties and it is working as expected.
Again, thank you every one for helping me as I definately learn some new ways of formatting.
Thanks,
Ali.