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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
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.