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
Anonymous
Not applicable

count values with filters

Hi! Please advice! Look I got table with trucks numbers by cityes and deliveryes by dates and truck numbers. How to do the the measure that will give me the constant value (summ of trucks) all the year long?
1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may try using ALL and ALLSELECTED in CALCULATE.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-chuncz-msft
Community Support
Community Support

@Anonymous,

 

You may try using ALL and ALLSELECTED in CALCULATE.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Dear @v-chuncz-msft,

 

Please give the example of this formula.

 

Thanks!

@Anonymous,

 

You may check https://www.sqlbi.com/articles/the-definitive-guide-to-allselected/.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

eugeny, you are requesting a very broad question. We already told you that you can simply CALCULATE the total or COUNTROWS (I wrote you measure=COUNTROWS(table)) but we really can't help you without more detail

Anonymous
Not applicable

Not that much information, looks like a simple measure = Countrows (table) and then you apply your measure with your filters, but it's better if you explain with a little more detail

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!

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.

Top Solution Authors