Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Anonymous
Not applicable

Calculate measurment Dynamicly based on filters

Im calculating one measure as per below:

Var = (tablename[Totaldays]-AVERAGE(tablename[Total Days]))
 
But report is having muliple slicer like district,region ,store and dates.
While calculating Var measure its always taking avearge of total days eventhough if we select district.
 
The requirement is If we select district or region or store ,the avaerge should be calculate on those levels only.
 
Can anyone help me on this?
2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

Per your requirement, you could modify "average" part as below

Measure = CALCULATE(AVERAGE(Sheet4[total days]),ALLSELECTED(Sheet4))

5.png

6.png

Best Regards

Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi,

 

Could you try to provide a small, sample data set? Or maybe some images describing your desired output and the challenges you're seeing?

 

Thanks,

Ben

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.