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
elenita62
Frequent Visitor

Max of count filter only by UserName

Hello,

 

I have a list of Users Names and all that I need is to obtain the max count value of all time for each one. 

 

Example:

UserName> Elopez 

Qty Jan - 15

Qty Feb - 10

Qty Mar - 22

 

UserName> TMontilla 

Qty Jan - 25

Qty Feb - 30

Qty Mar - 20

 

I need to obtain 

Elopez max qty        22

TMontilla max qty   30

 

And  I dont care if the month is filtered or not.

 

The Qty is a Count distinct measure.

 

 

My expression:

MaxTicketHistorico = CALCULATE(
DISTINCTCOUNT(TicketsPorUsuarios[TicketID]), ALLSELECTED(TicketsPorUsuarios[MesInicio]))

 

But when I filter by date the MaxTicketHistorico shows filtered values.

 

 

3 REPLIES 3
Vvelarde
Community Champion
Community Champion

@elenita62

 

hi, one way is disable the interaction between slicer and table visual with your Max info.

 

editinteractions.png

 

 




Lima - Peru

It does not apply to my case...

 

Any way thank you for your help

Anonymous
Not applicable

Hi @elenita62,

Could you please post the whole sample data of your tables so that we can test it?


Thanks,
Lydia Zhang

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