Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to filter a product List containing
for selected Date year slicer 2022,
and it should display only 2 Products
for selected Date year slicer 2023?
Put a filter on the product slicer to show only product that has any value in the data. Simply and works perfect!
eg. if you have a measure Sales = SUM(...) put it on product filter with condition that Sales is not blank 🙂
Proud to be a Super User!
Thanks for the reply.
That cant work. As Product C does contain data for 2023.
but by rule it should not be shown in 2023.
dim_product: (that is connected to fact_sales)
product_id, product_name etc.
dim_calendar (that is connected to fact_sales)
date, year, quarter ctc.
fact_product_dates (that is connected to dim_product with two directions)
product_id, year_start, year_end
Create a measure that checks if product from dim_product table and selected year is betweeen year_start and year_end and set 1 or 0 rule. Set filter on viz to 1. 🙂
Proud to be a Super User!
Hey @anish610
You need to have some date reference in your product table. For example, a created date. Somehow, you need to create a relationship between the products and the specific year to achive your goal.
Kind Regards,
Marcel
Regards,
Marcel Magalhães
Microsoft Power BI Official Partner
MCT | Certified PL-300 Power BI
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |