Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
This is the visual I am currently working on, tracking aging tickets. The X-axis is derived from a Measure I created called "DaysSinceOpen" which is just a measure of DateDiff of the created date to today. I'd like to be able to get that DaysSinceOpen field on the X axis grouped into columns, for example the first column would be "1-7 days" and the next would be 8-15 days and so on. Here's a screenshot of the fields:
If anyone knows how to accomplish this that would be greatly appreciated, as I am still pretty new to PowerBI. Thanks!
Solved! Go to Solution.
You could try wrapping the datediff in if statements: e.g for 1-7 days
You could try wrapping the datediff in if statements: e.g for 1-7 days