Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. 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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
19 | |
13 | |
11 | |
10 | |
9 |