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! |
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
51 | |
47 | |
32 | |
32 |
User | Count |
---|---|
265 | |
91 | |
78 | |
68 | |
67 |