Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
tbh i am not sure even where to start as my current formula is set up just to select a single day so i am not sure how i would go about having
Hi @Anonymous
Have you solved this question with the help of enthusiastic users? If you have solved the question, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Let's confirm your expected result again.
Supposing your data are as follows, when you select Monday in slicer, the measure will return 53.5, right? Then the second question is, where do you want to put the measure in? In a card visual?
Then if you select Monday + Tuesday, it will return 52.304, right?
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi Miguel,
I dont know why but it won't let me share upload xlsx/ pbix files, so here is an image of what I am trying to show:
What I am trying to display in the PBIX is a graph with a daily x axis for other values, but this value would need to be the sum of values divided by the number of days selected.
Please let me know if this is not helpful i will endeavour to work out how to upload a file.
Hi @Anonymous ,
This depends on how you want to present your data:
Average = CALCULATE(AVERAGE('Table'[Value]),'Table'[weekday] in VALUES(WeekDays[Weekday]))
AVeragewith 0 = IF (
SUM ( 'Table'[Value] ) + 0 = 0,
CALCULATE (
AVERAGE ( 'Table'[Value] ),
FILTER ( ALL ( 'Table' ), 'Table'[weekday] IN VALUES ( WeekDays[Weekday] ) )
),
SUM ( 'Table'[Value] )
)
Results in attach PBIX file
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous,
You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous
Without any data is difficult to give you the correct answer can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAdvance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.