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.
Hi,
I have a card displaying the maximum daily volume over a 12 month period.
Measure is this: Max Daily Volume = MAXX( VALUES(Dates[Date]), [Total Forecast Volume])
I'm trying to create a tooltip so when hovering over that card, a table displays with all the records of just that day that has the maximum volume.
The Card is correct with 13K on the maximum day and that lines up with the total of the tooltip, with 12,979 as the total. However it is showing all dates, I just want that maximum day to show. i.e the actual day with the maximum daily volume of 12,979 is 16th April 2024.
Any ideas greatly appreciated.
My thoughts are to create a measure that calculates that max volume day, returning 1 or 0 then using in the card filter, however need help!
Solved! Go to Solution.
@bassmaninaus_PB , Try like
calculate( MAXX( VALUES(Dates[Date]), [Total Forecast Volume]) , allselected())
or add 12 month filter
12 Month Avg = CALCULATE(MAXX( VALUES(Dates[Date]), [Total Forecast Volume])
,DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-12,MONTH))
@bassmaninaus_PB , Try like
calculate( MAXX( VALUES(Dates[Date]), [Total Forecast Volume]) , allselected())
or add 12 month filter
12 Month Avg = CALCULATE(MAXX( VALUES(Dates[Date]), [Total Forecast Volume])
,DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-12,MONTH))
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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |