Forum Discussion
Gusd8
1 year agoHelper I
Interactive Visual and Measure...utilizing tooltips
Thank you for looking I have a table that has a list of questions and then a pass/fail column I created a measure (Total) that does a countrow to get the total number of questions, a second measure...
- 1 year ago
Hi Gusd8 It might be because the filter from the pie chart is affecting the Passrate calculation in the line chart.
Could you please try modifying your measure something like thisPassrate = DIVIDE( CALCULATE([Pass], REMOVEFILTERS('Table'[Pass/Fail])), [Total] )
Gusd8
1 year agoHelper I
I have not gotten a chance to try it, but from looking at it I am guessing it will probably work...I will try in in the next few days...
v-sathmakuri
1 year agoCommunity Support
Hi Gusd8 ,
Thank you for your response. Please let us know if you need any further assistance after trying the solution provided. We are happy to help.