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.
Hey Power BI Community!
I need in a measure a date filter like Date is after 01.10.2020 for calculation.
How can I achieve this? Here is my measure:
Solved! Go to Solution.
Hi @Anonymous ,
Be aware that DAX measure are based on row context so any given value from slicers, filters, interactions with other visualizations, variables, relationships and so on can influence your result.
It is very difficult to analyze without looking at the data and just by imagining
Any chance you can share a PBIX file with dummy data or share sample data and the formula of [Count of Parts]?
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've understood your problem beacuse I've similiar one.
I've solved using:
@Anonymous
Proud to be a Super User!
@VijayP Thank you for your respond.
I am sorry for the confusion.
Lets take this measure= ((DIVIDE('Parts per Month'[DoAs], [Count of Parts]))
I want to calculate the value of the last Financial year (09.09.2019-30.09.2020) - the value of the new financial year (01.10.2020 - )
So I think I need to make two measures with different date filter. How can I calculated that.
Hi @Anonymous ,
Be aware that DAX measure are based on row context so any given value from slicers, filters, interactions with other visualizations, variables, relationships and so on can influence your result.
It is very difficult to analyze without looking at the data and just by imagining
Any chance you can share a PBIX file with dummy data or share sample data and the formula of [Count of Parts]?
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |