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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |