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! Request now

Reply
Drema
Frequent Visitor

Problem with slicering evolution %

Hello all!

 

Asking kindly about your little help in such issue.

 

I created matrix, with Switch and Quick measure of difference of Switch YOY (EVO %).

 

But when i slicering years - i am loosing this EVO%.

 

Please help to modify my measure. Thanks in advance

 

EVO % = IF( ISFILTERED('Time and dates'[Date]); ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."); VAR __PREV_YEAR = CALCULATE([Measure];DATEADD('Time and dates'[Date].[Date]; -1; YEAR)) RETURN DIVIDE([Measure] - __PREV_YEAR; __PREV_YEAR))

1 pbi.PNG

 

2 pbi.PNG

1 ACCEPTED SOLUTION

Thanks a lot for your comment, but i already found the solution!

 

I chose inappropriate column for slicering years firstly (not the column with dates, but with years as numbers).

 

I changed a slicer and everything works correctly!

 

Thanks

View solution in original post

2 REPLIES 2
v-ljerr-msft
Microsoft Employee
Microsoft Employee

Hi @Drema,

 

Could you be more precisely with the issue by post your table structures(including the relationships) with some sample/mock data, and the expected result? So that we can better assist on this issue. It's even better to just share a sample pbix file which can reproduce the issue. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploadingSmiley Happy

 

Regards

Thanks a lot for your comment, but i already found the solution!

 

I chose inappropriate column for slicering years firstly (not the column with dates, but with years as numbers).

 

I changed a slicer and everything works correctly!

 

Thanks

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