Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I have two visuals. One matrix and one table.
I need to compare the values for previous month and accordingly add arrow icons. I tried creating a measure , but the increase/decrease arrow is wrong for the month of march. it should show down arrow because its less than feb.
Next Visual is a table with sales vs forecast.
I need to cpmare both columns and add arrows next to sales column if itss +/- from forecast value.
Please help with both my questions. Thank you in advance.
Hi @Shravan133 ,
Can you show your DAX query for the measure?
ideally, if you can create a measure and use that measure in conditional formatting, you should be able to achieve this.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 53 | |
| 41 | |
| 36 | |
| 32 |