Forum Discussion
Gusd8
Helper I
1 year agoInteractive 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] )
v-sathmakuri
Community Support
1 year agoHi Gusd8 ,
I hope this information provided is helpful. Feel free to reach out if you have any further questions or would like to discuss this in more detail. If responses provided answers your question, please accept it as a solution so other community members with similar problems can find a solution faster.
Thank you!!