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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

add "bps" to divide function in Power BI

Hi Experts

 

How would you add "bps" to the result of the following formula...

 

Product Margin bps vs PY1 = DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000
        &"bps" 

The above is my try....

 

 

end result should be -30 bps.....

currently the above gives me -29.784.....

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@Anonymous Please give a try with this !!

 

Product Margin bps vs PY1 = CONCATENATE(FORMAT(DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000,0)," bps")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@Anonymous Please give a try with this !!

 

Product Margin bps vs PY1 = CONCATENATE(FORMAT(DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000,0)," bps")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Anonymous
Not applicable

many thanks for the excellent feedback

Anonymous
Not applicable

you can use Concatenate function

 

=CONCATENATE([Product Margin bps vs PY1]," BPS")

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors