Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Guys!
I need your help!
would like to extract (display) the percentage of vaccination for the latest date for each country.
Please the screen below:
Solved! Go to Solution.
Hi @dofrancis3
Thank you for your prompt reply @Greg_Deckler.
Here I have another idea in mind, and I would like to share it for reference.
Hope the following dax will help you.
Measure =
var latest_date = MAX('Table (2)'[Date of vaccinated])
RETURN CALCULATE(SELECTEDVALUE('Table (2)'[Number of vaccinated]),FILTER('Table (2)','Table (2)'[Date of vaccinated]=latest_date))
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dofrancis3
Thank you for your prompt reply @Greg_Deckler.
Here I have another idea in mind, and I would like to share it for reference.
Hope the following dax will help you.
Measure =
var latest_date = MAX('Table (2)'[Date of vaccinated])
RETURN CALCULATE(SELECTEDVALUE('Table (2)'[Number of vaccinated]),FILTER('Table (2)','Table (2)'[Date of vaccinated]=latest_date))
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dofrancis3 (1) Lookup Min/Max - Microsoft Fabric Community
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |