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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Hide some values in Slicer

Hi Experts,

 

I need a help, I have Actuals and Plan data.

 

In the actuals i have 2018 and 2019 data only, but in the plan i have 2018, 2019 and 2020. I have appended the actuals and plan into one table (all columns are same)

 

So, what I want to show it is, in the plan visualization the year selection should be 2018,2019 and 2020, but when it comes to actuals visualization the year selection should be 2018 and 2019 (current and previous year) only.

 

How to do that, please help me.

 

Regards,

Swamy

 

 

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Create a year table

year table = SELECTCOLUMNS(GENERATESERIES(2018,2019,1),"year",[Value])

Create relationship as below

Capture7.JPG

Capture5.JPGCapture6.JPG

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

7 REPLIES 7
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

Create a year table

year table = SELECTCOLUMNS(GENERATESERIES(2018,2019,1),"year",[Value])

Create relationship as below

Capture7.JPG

Capture5.JPGCapture6.JPG

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

PattemManohar
Community Champion
Community Champion

@Anonymous Please try using the date field in the Visual level filter (In this case, it is slicer) and then use "Relative Date Filtering" to last 2 years either Years or Calendar Years based on your requirement. 

 

Note - In your slicer you will be using the "Year" value only (from the date hierarchy)





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Anonymous
Not applicable

Hi Manohar,

 

I do not have date field in my data.

 

Please some example, so that i can work out and try.

 

Regards,

Swamy

mussaenda
Community Champion
Community Champion

This is possible. Have you tried to put the year in slicer?

Anonymous
Not applicable

Hi,

 

Yes, but I want to see only current and last year (2018 & 2019), do not show the future year (2020)

 

How to do that?

Before appending two tables, put additional column on each using M query. 

Actual table, add custom column,

Custom = "Actuals"

Plan Table, add custom column,

Custom  = "Plan" 

Then append them like what you did.

 

on the page filter pane, drag the custom column and check only the actuals.

Please provide some sample test data that can be copied to suggest an accurate solution.




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.