cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
DMumbai
Frequent Visitor

Bar Chart Drill-down Issue

I have a bar chart that I drill down to another screen. ( I set the variable what got clicked on and Navigate to another screen in the onSelect method)

 

In the design mode run, everything works fine however in the app mode (execution mode), when I click on the Bar Chart the first time it doesn't work. I have to click on another bar (same chart) and it works the second time. 

 

Anyone experience this problem?  Any solution?

 

Thank you so much!

 

Best,

DT

3 REPLIES 3
v-yutliu-msft
Community Support
Community Support

Hi @DMumbai ,

Could you describe more clearly about 

1)the relationship between the variable and the bar chart?

2)how does the bar chart get the variable?

3)the bar chart's OnSelect property?

 

Best regards,

Community Support Team _ Phoebe Liu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This is what I have to populate the Bar Graph

 

Items

AddColumns(
GroupBy(Filter('[dbo].[SQLServerTableName]',Key = SelectedItem.Key),"Status","ByStatusValue"),"SumOfStatusValue",Sum(ByStatusValue,count))

 

 

OnSelect I have following code

 

Set(ChartStatusSelected,StatusBarChart.Selected.Status);
 
Navigate(StatusScreen,ScreenTransition.Fade)

Any update? Please let me know

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (4,335)