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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
GunnerJ
Post Patron
Post Patron

Card not interacting with date filter

I have a Month/Year date filter that is currently not interacting with a card visual and I'm unsure why. 

 

The card is based off the following measures, but shows the second measure. 

DNPs = CALCULATE(DISTINCTCOUNT(Workflow[BI_SO_NBR]),ALLEXCEPT(Workflow,Workflow[BI_SO_NBR], Workflow[BI_TASK_CD], Workflow[BI_OPEN_DT]),OR(Workflow[BI_TASK_CD] = "DNPCANCUT", Workflow[BI_TASK_CD] = "DNPREMCON"), Workflow[BI_WORK_EVENT_CD]= "COMP")
 
% of DNPs = [DNPs]/CALCULATE( DISTINCTCOUNT(SummaryTable[BI_SO_NBR]), ALLEXCEPT(Workflow, Workflow[BI_SO_NBR], Workflow[BI_SO_TYPE_CD], Workflow[BI_OPEN_DT]), OR(Workflow[BI_SO_TYPE_CD] = "CUTOFF", Workflow[BI_SO_TYPE_CD] = "REMCUT"))
 
The date filter is based off a date/time column within the same table. When I select any given combo of dates in the filter my card remains unchanged. Any help or suggestions would be appreciated. 
1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

Is it possible that the allexcept features that you have in your measure(s) are rendering the date filter redundant? Without knowing what your date field is called it's impossible to say

View solution in original post

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

Is it possible that the allexcept features that you have in your measure(s) are rendering the date filter redundant? Without knowing what your date field is called it's impossible to say

That was it. I added in the field my filter is based on and now functionality has returned. Thank you!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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