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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
mikelee1701
Helper III
Helper III

Bug or Pilot error?. When slicer with between date ranges work, but use list causes disappearance.

Hi

This has really been a pain and I can't figure it out.

When using a filter slicer with between date ranges everything is fine, but use list filters causes my graph to disappear.

 

Background:

I am using the following dax for two date ranges from a table to compare:

PrevValue =
CALCULATE(
sum('SP_chart'[Value]),
ALL('Date'[Date]),
USERELATIONSHIP('Date'[Date],'PrevDate'[Date]))
 
my model looks liket this:
Screenshot_022421_065604_PM.jpg

If I use the slicer date range, my graphs work fine.

it shows the previous period vs current period just like it should:

Screenshot_022421_065950_PM.jpg
 
However, if I use the List slider, my previous period graph totally disappears:
Screenshot_022421_070602_PM.jpg

I am using the same dates from the 'previous Date' table, and I am using the same 'date' from the date table, just basically switching from the "between" slicer to the "list" slicer.

I put a two test date table (in the middle) and the dates are definately filtered in correctly.

 
Can anyone help figure out this phenonomon? 
 
Thanks,
Mike
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@mikelee1701 , for two date range, refer if my blog can help

https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601

 

Or if you just want them separate , you can use interactions

https://www.youtube.com/watch?v=GIfRKzhMaR4

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@mikelee1701 , for two date range, refer if my blog can help

https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601

 

Or if you just want them separate , you can use interactions

https://www.youtube.com/watch?v=GIfRKzhMaR4

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Using your Dax code this comparison method works much better!

THANK YOU@

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors