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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello everyone,
I would like to have the possibility to display information from my data however a date (year) is present in at least one of two columns with date.
For exemple with the following table:
ProjectName | Year1 | Year2 |
Proj1 | 2023 | 2024 |
Proj2 | 2024 | 2024 |
Proj3 | 2023 | 2023 |
Proj4 | 2022 | 2023 |
Proj5 | 2022 | 2022 |
If my segment filter is set to "2023", my page display the table with the lines containing 2023 wherever it is in column "Year1" or "Year2" :
ProjectName | Year1 | Year2 |
Proj1 | 2023 | 2024 |
Proj3 | 2023 | 2023 |
Proj4 | 2022 | 2023 |
Do you have any idea ?
Thank you
Solved! Go to Solution.
you can try this.
1. create a new table for filtering (do not create relationship with your fact table)
2. create a measure
Proud to be a Super User!
you can try this.
1. create a new table for filtering (do not create relationship with your fact table)
2. create a measure
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.