The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |