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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi guys - I have a Matrux table below Date in column field that is counting all the number of clients by status over the weekly periods.
I would like to add an Arrow Green and Red icons to Indicate if the number increases or decreases. Could you please help how do I do it? Do i need to create a measure first? it's not allowing me to do it in the conditional formatting. Thank you in advance!!
Solved! Go to Solution.
Hi @Kpiuser ,
Have a measure created that will return the WOW Number difference. Use this measure to set up the conditional formatting for the week values measure like shown below
Logic for wow is as follows
Hi @Kpiuser ,
Sharing below the measures that I created for this purpose.
wow = [curr_week_value] - [prev_week_value]
Hi @Kpiuser ,
Have a measure created that will return the WOW Number difference. Use this measure to set up the conditional formatting for the week values measure like shown below
Logic for wow is as follows
Hello Thesjeswar, Thank you so much for the idea. It's really helpful. However, could you please teach me how did you structure the week on week dax measure? I totally got the logic but my measure is not showing the correct result.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |