Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Minniemish
Frequent Visitor

Tool tip values don't update in interactions

When using a count as a tooltip can I get it to respond to filters from other visuals. For example I have a pie chart displaying clients by gender as a percentage of the total, with the count of clients as a tool tip. When the chart is filtered (be clicking on another visual on the page) the percentage adjusts, but the count still reflects the total.  The first example show the unfiltered chart. In the second example I have filtered by a specific location and while the percentage updates the count does not. Any suggestions?

Minniemish_0-1654579103682.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Minniemish , You client count measure might be using all , not allselected

 

calculate(count(Table[Client]) , all()) //no impact of filter

 

calculate(count(Table[Client]) , allselected()) // impact of filter

View solution in original post

4 REPLIES 4
Minniemish
Frequent Visitor

Thanks @amitchandak while trying to recreate a sample file I realised my error. Interaction was set to highlight instead of filter. All working now 🙂

amitchandak
Super User
Super User

@Minniemish , You client count measure might be using all , not allselected

 

calculate(count(Table[Client]) , all()) //no impact of filter

 

calculate(count(Table[Client]) , allselected()) // impact of filter

I've tried both, neither seem to respond.

 

@Minniemish ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.