Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 58 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 121 | |
| 116 | |
| 37 | |
| 35 | |
| 30 |