Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Reply
amalrio
Helper V
Helper V

Add Zero at start of a currency Paginated report

Hi Paginated report experts

I need to add a zero infront of the curency values in a paginated table column. please refer to below example

 

Current Value                             Desier Value

$.23                                            $0.23

$3.26                                          $3.26

$.78                                            $0.78

 

my column expression is like 

=format(Field1.Value,"##.##)&"%"

 

how could I achieve above. Thanks a lot in advance. 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@amalrio , Try like

=format(Field1.Value,"#0.##)&"%"

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi  @amalrio ,

Here are the steps you can follow:

1. Create calculated column.

value =
var _number=IF([Current Value]=INT([Current Value]),1,0)
return
IF(
    _number=1,'Table'[Current Value]/100,'Table'[Current Value])

2. Select the [value] column - Column tools -- $

vyangliumsft_0-1646276504191.png

3. Result:

vyangliumsft_1-1646276504191.png

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

@Anonymous  yours works too I accepted @amitchandak  as a solution since it is a simpler version. Thanks a lot both.

amitchandak
Super User
Super User

@amalrio , Try like

=format(Field1.Value,"#0.##)&"%"

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.