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.
Hello,
I have created a measure which works out the average value for the month and a measure which works out the average for the quarter. These are displayed on a card visual.
I have now been asked to add each month average value within the quarter to get a total.
So, if the average values are, Oct $200, Nov, $400 and December $150, I need the card to read $750 and not average of the three values combined (which it is currently doing)
Measures:
Previous Quarter Basket Value =
Is anyone able to help with this weird senario?
Solved! Go to Solution.
@ClaireBear , My bad, it needs to be sumx, you also need month year as column
Previous Quarter Basket Value =
CALCULATE(sumX(values('Dimension Time'[Month Year]),[Average Basket Value]),DATESQTD(ENDOFQUARTER(dateadd('Dimension Time'[Date],-1,QUARTER))))
@ClaireBear , Try like
Previous Quarter Basket Value =
CALCULATE(sum(values('Dimension Time'[Month Year]),[Average Basket Value]),DATESQTD(ENDOFQUARTER(dateadd('Dimension Time'[Date],-1,QUARTER))))
Hi @amitchandak , Thank you for your response. The measure is showing an error from the (values('Dimension Time'[Month Year]), part of the calculation.
@ClaireBear , My bad, it needs to be sumx, you also need month year as column
Previous Quarter Basket Value =
CALCULATE(sumX(values('Dimension Time'[Month Year]),[Average Basket Value]),DATESQTD(ENDOFQUARTER(dateadd('Dimension Time'[Date],-1,QUARTER))))
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 |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |