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.
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 |
---|---|
78 | |
78 | |
58 | |
35 | |
32 |
User | Count |
---|---|
100 | |
59 | |
56 | |
46 | |
41 |