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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Using Slicer in Measures

Hi All

 

I have some issues with a current user requirement.

 

I am trying to create a page where user can check if some customers have sudden revenue decrease.

 

To do so I want to use multiple slicers

 

1 Slicer to define the reference time Period

1 Slicer to define the comparison time period

1 Slicer to define the threshold for revenue decline

 

e.g. I want to check customers that have more than 80% revenue decline in the time period 1.6.2021 - 30.60.2021 compared to my reference time period of 1.1.2020 - 31.12.2020.

So my calculation would be "Losts Customers  =  (turnover comparison time period /30) / (turnover reference time period / 365) <= (1-0.8)

 

The formula itself is not the problem. I'm currently have some issues to extract the dates from the slicer. I am using allselected but I am not sure if that is the right approach.

 

I am using the dax formulas below to extract start / end date of the reference time period:

StartDate Reference = CALCULATE(MIN('Lian CH$Sales Invoice Line'[Order Date]),ALLSELECTED( 'Lian CH$Sales Invoice Line'[Order Date]))

 

EndDate Reference = CALCULATE(MAX('Lian CH$Sales Invoice Line'[Order Date]),ALLSELECTED( 'Lian CH$Sales Invoice Line'[Order Date]))

 

Turnover ReferencePeriod = CALCULATE (
    SUM ( 'Lian CH$Sales Invoice Line'[AmoutNoVat] ),
    FILTER('Lian CH$Sales Invoice Line','Lian CH$Sales Invoice Line'[Order Date] <= [EndDate Reference] && 'Lian CH$Sales Invoice Line'[Order Date] >= [StartDate Reference])
)

 

It  is working fine if I just use the reference time period, however, when adding a second slicer, it is no longer working.

 

Is there any way to extract start End Date of a single slicer and not extracting min / max date of the selected date range?

 

Current issue:

JonasDedual_2-1626695030430.png

 

 

 

Thanks in Advance!

 

kind regards

Jonas

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

It is recommended that you create a disconnected date table as the reference date slicer.

If the problem persists, please share some sample data and the results you expect.https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-... 

View solution in original post

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

It is recommended that you create a disconnected date table as the reference date slicer.

If the problem persists, please share some sample data and the results you expect.https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-... 

Anonymous
Not applicable

Hi @amitchandak 

 

I have used two date tables as you have mentioned

Order Date Comparison = 'Lian CH$Sales Invoice Line'[Order Date]

 

Order Date Comparison = 'Lian CH$Sales Invoice Line'[Order Date]

They are been used in the slicers and in the measures.

 

However, I still get the same error

JonasDedual_0-1626700443851.png

Not sure what I am doing wrong.

 

kind regards

Jonas

amitchandak
Super User
Super User

@Anonymous , are the comparison and reference dates(Slicers) coming from two different date tables and one of them is an independent date table?

 

like the example in this video

How to use two Date/Period slicers :https://www.youtube.com/watch?v=WSeZr_-MiTg

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

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.