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

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

Reply
ph
Helper I
Helper I

total count with slicer

Hello,

 

I have following table

 

DATEValue
01.10.2019A
04.10.2019A
04.10.2019B
05.10.2019B
05.10.2019B
05.10.2019A

 

When I set up slicer on the dates 04.10.2019-05.10.2019

I need to see following result

 

ValueCOUNT
A5
B5

 

AND NOT 

ValueCOUNT
A2
B3

 

any idea how to do it? I tried, calcute(counta(value),date) and got only second result, that I don t want

 

thx

1 ACCEPTED SOLUTION
ph
Helper I
Helper I

I solve it myself..

 

calcute(counta(value),ALLSELECTED())

 

View solution in original post

1 REPLY 1
ph
Helper I
Helper I

I solve it myself..

 

calcute(counta(value),ALLSELECTED())

 

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.