Dear ,
@PowerAddict @mdevaney @yashag2255 @iAm_ManCat and others
How can I populate the values in a pie chart, may be is it possible to show the value when I hover over the chart ?
Data are coming from a collection called SalesSumByLocation
This is how chart set up looks like
Solved! Go to Solution.
Hi!
You could use AddColumns to get this as a custom column to show:
If(
Dropdown2_1.Selected.Value="ALL",
AddColumns( SalesSumbyLocation, "NewChartColumn", CustomerLocation & " " & TotalSales),
Filter(AddColumns( SalesSumbyLocation, "NewChartColumn", CustomerLocation & " " & TotalSales),
Dropdown2_1.Selected.Value in salesYear)
)
Then change your Label field (as shown in your picture) to be NewChartColumn
Could you try that and let me know how you get on?
Cheers,
ManCat
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi!
You could use AddColumns to get this as a custom column to show:
If(
Dropdown2_1.Selected.Value="ALL",
AddColumns( SalesSumbyLocation, "NewChartColumn", CustomerLocation & " " & TotalSales),
Filter(AddColumns( SalesSumbyLocation, "NewChartColumn", CustomerLocation & " " & TotalSales),
Dropdown2_1.Selected.Value in salesYear)
)
Then change your Label field (as shown in your picture) to be NewChartColumn
Could you try that and let me know how you get on?
Cheers,
ManCat
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
User | Count |
---|---|
179 | |
113 | |
88 | |
44 | |
42 |
User | Count |
---|---|
225 | |
113 | |
112 | |
69 | |
67 |