Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi there, I' m struggling with create a matrix of sales values on daily basis.
I'm looking for the way to see green up arrow format for increassing sales, and down red arrow for decreassing sales.
This format should be shown automatically for every new columns added on the matrix.
Example:
This is the matrix, It will be creassing while the dates are added on the matrix.
The format should be like this:
| Sales man | 10/23 | 10/24 | 10/25 | 10/26 | Total |
| John | โซ$5,000 | [Red]๐ป$3,000 | [Green]๐บ$4,000 | [Red]๐ป$2,000 | $14,000 |
| Kimberly | โซ$9,000 | [Red]๐ป$8,000 | [Green]๐บ$1,200 | [Green]๐บ$2,000 | $20,200 |
I hope you could help me.
Best regards
Read about how to add Conditional Formatting (particularly icons) to your matrix values. You would need to create a measure to calculate the delta which would then control the icon type.