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

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

Using your Dax code this comparison method works much better!

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.