PowerBi - Adding Increase/Decrease Arrows to a Matrix

karmaimages

Board Regular
Joined
Oct 1, 2009
Messages
112
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a Matrix Visual within a report which I'd like it add a column to the end of the visual to compare the previous two weeks and determine if there was an increase or decrease.

My Matrix is made from the following columns from the data table:

Rows = Department
Columns = Week of Year
Values = Count of Department
Table = Results

My Columns are week numbers for week of year, I want to compare the current week vs the previous week in the matrix and have this shown as an increase/decrease/no change arrow in it's own column. Is this possible to do?
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Try something like this, assuming your current week is in D7 and the previous week is in D6:

=IF(D7<D6,"ê",IF(D7>D6,"é","çè"))

This cell must be formatted to the 'wingdings' font.
 
Upvote 0
Yes, it is possible. I use separate measures for current value, previous value and change, and then you can apply icon formatting to the change column, such as up/down arrows.
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,977
Members
449,095
Latest member
Mr Hughes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top