Forum Discussion
kelcicoe
Helper I
3 years agoConditional formating in a table
Hi, I am trying to change how the icons work in the above graph. This is looking at use of an abx by month. I want the icons to be in response to individual abx. So for instance, the firs...
kelcicoe
Helper I
3 years agoThanks for your reply, I am relatively new to powerbi and creating new measures. Do you have any sample code to create a % change?
- beckemeyer3 years agoRegular Visitor
Great question! Home ribbon tab at the top, then quick measures. From there you should be able to use MoM. Otherwise, you'll need to take [target month] - LOOKUP(DATEADD( )). At least that's how I would approach that problem. There are also great articles I found after Googling for "Month Over Month Change DAX."