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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Joe6654
Frequent Visitor

Dynamic Column Variance Based on Year Selected with Slicer

I am relatively new to Power BI. I have a table that brings back the count of the number of controls tested per year based on the years selected in the slicer. I want to create a variance column next to the two years selected that automatically calculates the variance based on the years selected in the slicer.

 

For instance, for the view listed below, I want to see a variance for each control tested with the total amounting to 167. If I change the years, the variance would change accordingly.

 

Test1 Eample.JPG

4 REPLIES 4
v-yuta-msft
Community Support
Community Support

Hi Joe6654,

 

Create a measure use DAX like below and try again:

 

Measure =
CALCULATE ( aggregation, ALLSELECTED ( table[Year] ) )

 

 

Regards,

Jimmy Tao

Thank you for your response.  I tried the fix but it did not work.

Hi Joe6654,

 

Use a table chart instead and put the measure in the chart and try again.

 

Jimmy Tao

Jimmy,

 

Thanks for your response.  When I switch to the table chart I still get an error.

 

 

Test2 Example.JPG

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors