Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Experts,
I want to filter the fact table based on the two dimension tables using the condition (Document_Series_No>2015 or Entry_Series_No>2014),How can i do this in Power BI ? The attached is the table descriptions.
@Anonymous,
Could you please share dummy data of your tables and post expected result? You can create DAX by adding the filter condition as below.
CALCULATE(<expression>,FILTER('Fact Table','Fact Table'[Document_Series_No]>2015 || 'Fact Table'[Entry_Series_No]>2014))
Regards,
Lydia
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
56 | |
55 | |
36 | |
34 |
User | Count |
---|---|
77 | |
73 | |
45 | |
45 | |
43 |