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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Calculate Measure Deviation

How can I show the increase or decrease in scroller bar 

EC3_0-1607701638282.png

I have a column with the % of "afectacion" tis is calculate base on Failure Time and TND (Time Available) 
We have as a objective a 3% of afectacion and I nee to show in this scroller if the %afectacion of eahc month is higher o lower than 3%
but all of them are showing positive even when they are lower than 3%

 

3 REPLIES 3
Anonymous
Not applicable

There @EC3 ,

Some data are created:

v-yangliu-msft_0-1608253923944.png

1. Create calculated column.

Column 2 =
IF('Table (2)'[Column]>0.03,-('Table (2)'[Column]-0.03),+('Table (2)'[Column]-0.03))

2. According to the characteristics of scroller

Place [date] in category, and visually display the content

Place the column in measure absolute to display the absolute value of

Place column2 in measure deviation to show that any change (positive or negative) is deviation from the final measurement (absolute value of measurement)

v-yangliu-msft_1-1608253923950.png

3. Result.

2020.12.181.png

You can downloaded PBIX file from here.

This is the link of related content for your reference:

https://www.sqlshack.com/scroller-visual-for-stock-price-movements-in-power-bi-desktop/

https://blog.pragmaticworks.com/power-bi-custom-visuals-scroller

Best Regards,

Liu Yang

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  @Anonymous ,

 

Not very clear,Could you please provide me with more details about your issue or expected output?

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

What I want to achieve is this

December Affecation = 3%
November Affectation = 5%


The objective is 3%

December = 3% so its ok it should be green

November = 5% so it should display red indicator and a 2% of difference

I need to display this difference in the Scroller Visual

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors