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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Jay2022
Helper IV
Helper IV

Hover over showing all values not just first

So I have a bar chart with numerous organisations falling into financial quarters in bar charts, I want to be able to hover over and be able to see the many orgs that fall into each Quarter not just the first  (or last) do you know how I can achieve this ?

2 REPLIES 2
Jay2022
Helper IV
Helper IV

Thankj you I get the error, too many arguments were passed to the DISTINCTCOUNT function, The maximum argument count for the function is 1. 

 

Could this be because I am using 2 different connected tables like so:- 

 

Measure = calculate(distinctcount('table1'[Organisation], REMOVEFILTERS('table2'[legend]))
amitchandak
Super User
Super User

@Jay2022 , if there is legend you can ignore that and create a measure

 

calculate(distinctcount(Table[Organization], removefilters(Table[Legend Column]) )

 

You can tooltip page

 

Power BI Tooltip Page: How to pass selective values to the tooltip page: https://www.youtube.com/watch?v=lEq7YtkxeLU

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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