Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.....
Solved! Go to Solution.
@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")
Proud to be a PBI 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")
Proud to be a PBI Community Champion
many thanks for the excellent feedback
you can use Concatenate function
=CONCATENATE([Product Margin bps vs PY1]," BPS")
User | Count |
---|---|
97 | |
76 | |
76 | |
47 | |
26 |