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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! 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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 23 | |
| 14 |
| User | Count |
|---|---|
| 46 | |
| 33 | |
| 20 | |
| 18 | |
| 16 |