Hi Team,
I am using insight narritives to get the top 3 revenue by products. How can I also add the %?
Thanks,
Cindy
Hello @Cindy
Customize the narrative to format the percentage as needed, such as showing it with a “%” sign and rounding to two decimal places if necessary.
This will allow you to display both the top 3 products by revenue and their corresponding percentage of the total revenue in your Insight Narrative.
Hi @Cindy
You can easily add the % sign to the current insight by selecting the end of the edit narrative text box, pressing the left arrow twice to move to the end of the previous line, and then adding the % sign.

Thanks for your reply. Sry if my previous question is not clear. I want to add the % value not just the simbel “%”.
Like: "Top 3 revenue customers are:
$100 X customer, 10% of total revenue.
Can you please help?
Hi @Cindy
Thanks for explaining in detail.
Please create a calculated field to get percentage values, which you can then use in a custom narrative insight. Additionally, you can use level-aware calculations. The following documentation and blogs provide examples that should help you build your calculations.
Example: (syntax may vary)
percentOfTotal
(
sum(Sales),
[Customer]
)