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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello,
I have a data set with month and count of quotes. I need a measure that will calculate Count the number of quotes that are: current (1 - 4 months); 5 - 7 months old; 8 - 12months old and greater than 12 months old based off today's current month.
An example of what I want is below. I will then put the measures into a bar chart to see the "age" of the quotes.
TIA
Solved! Go to Solution.
@JNelson , First create a month bucket[column] where there can be a classification of month partition.
Ex. Column
@JNelson , First create a month bucket[column] where there can be a classification of month partition.
Ex. Column
Perfect! Thank you so much
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |