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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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