Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
User | Count |
---|---|
84 | |
81 | |
64 | |
53 | |
45 |
User | Count |
---|---|
100 | |
48 | |
41 | |
39 | |
38 |