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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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