Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
23 | |
21 | |
20 | |
14 | |
11 |
User | Count |
---|---|
43 | |
33 | |
25 | |
24 | |
23 |