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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Lehsor21
New Member

Measures for count row base on selected date in other table

Hello,

 

Can someday help me tio get the correct measures for may Resolved ticket?

I have to report- Beg and End

I need to compute/ get the resolved ticket of end report but should be connected on my date slicer in Beg report.

 

I used this: but i expect to get 112 but using that formula it only counts 105 😞

 

Resolved Ticket =
CALCULATE(
COUNT('Working Files-All Resolved'[Number]),
FILTER('Working Files-All Resolved','Working Files-All Resolved'[Date] = SELECTEDVALUE('Working Files-All'[Date])))
+ 0
2 REPLIES 2
rocketship
Frequent Visitor

Are there any blanks or duplicates in your dataset?

 

Try COUNTX or COUNTROWS instead of COUNT and Calculate instead of Filter. 

 

More things to consider here: https://dax.do/sqfyRhpyICNtvr/

 

 

There is no duplicate. in may data set..

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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