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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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