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.
Hello,
I am having some difficulty calculating the measure total. I have a list of multiple promotions. The goal is to calculate the total sales 30 days after the promo end date. I have the row level working, but the total only shows the row value for the MAX date.
Any ideas on how I can get this to work?
Current DAX:
Current Result | ||
Promo Name | Promo End Date | Total Sales 30 days After |
Promo 1 | 4/30/2019 | $458,664 |
Promo 2 | 8/31/2019 | $262,729 |
Promo 3 | 5/31/2020 | $6,488 |
Promo 4 | 9/30/2020 | $21,360 |
21,360 | ||
Desired Result | ||
Promo Name | Promo End Date | Total Sales 30 days After |
Promo 1 | 4/30/2019 | $458,664 |
Promo 2 | 8/31/2019 | $262,729 |
Promo 3 | 5/31/2020 | $6,488 |
Promo 4 | 9/30/2020 | $21,360 |
$749,241 |
Solved! Go to Solution.
I figured out a solution for my issue.
I was able to create another measure and using SUMX referenced the first measure. Thanks!
I figured out a solution for my issue.
I was able to create another measure and using SUMX referenced the first measure. Thanks!
Try first calculating your promo date as a variable up front.
Current DAX:
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thanks. I tried that but it still returns the value for the last date and not the Sum.
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 |
---|---|
67 | |
57 | |
50 | |
36 | |
34 |
User | Count |
---|---|
84 | |
74 | |
56 | |
45 | |
44 |