I am trying to get a simple visualization for Profit by Category.
I have a sales table for which i have calculated Total profit as Sales Amount - Return Amount- Total Costs
I have a table with the product Category name (around 7-8) categories.
Each Pie has to be the Product category
The size of the Pie has to be the profit
As per what I have done so far, we are applying the same logic -> Color coding the Product category and making the Sum(Total profits) which is a calculated field as the Size. We even tried making the angle as Sum(Total Profits). we are getting a pie that is symmetrical. Every pie has the same size.
Thank you in advance for your precious time.
答案 0 :(得分:0)
您是否计算了利润率SUM([利润])/ SUM([销售额])?将其设置在标签上并查看数字。如果您的利润率没有太大差异,您会发现气泡大小相同。 enter image description here