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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors