Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Good evening,
I have tried several things for ranking based on Date within group since there is a very large number of posts covering this issue.
Most answers though suggest the creation of a calulated column. Nevertheless, I am able to create measures only since the data source I am connecting to is a Tabular Analysis Services model, so I am not allowed to create a calculated column in Power BI.
Also, I have to create it in PowerBI since its calculation is dependent on slicer's selected value.
The business question is "Give me the latest available for each group during the period that is selected through the slicer".
EDIT:
Initial Data
ID | GROUPCODE | CREATEDDATE |
11050 | A | 6/10/2020 |
11056 | B | 6/10/2020 |
11026 | B | 6/10/2020 |
10481 | A | 30/7/2020 |
10469 | A | 27/7/2020 |
11023 | C | 6/10/2020 |
10601 | C | 3/9/2020 |
10142 | C | 30/6/2020 |
DESIRED OUTPUT
ID | GROUPCODE | CREATEDDATE | Rank |
11050 | A | 6/10/2020 | 3 |
11056 | B | 6/10/2020 | 1 |
11026 | B | 6/10/2020 | 1 |
10481 | A | 30/7/2020 | 2 |
10469 | A | 27/7/2020 | 1 |
11023 | C | 6/10/2020 | 3 |
10601 | C | 3/9/2020 | 2 |
10142 | C | 30/6/2020 | 1 |
Is there any solution to my problem?
Thank you in advance.
@Anonymous, would you be able to provide sample data and a screenshot of the desired output?
Proud to be a Super User!
I have provided the requested details inside my initial post.
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
12 |
User | Count |
---|---|
19 | |
15 | |
14 | |
10 | |
9 |