Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |