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.
Hi How to get Value for each Type based on max date from column End_Date
This should be 2 measure, because will use it in card visual separetely
Measure1_Open : value 3 , because max date from End_Date = 31 Mar 2022
Measure2_Closed : value 11, because max date from End_Date = 28 Feb 2022
Thank
Solved! Go to Solution.
Hi @Anonymous ,
I think standard CALCULATE should work. Something like:
Measure1_Open = CALCULATE(SUM('Table'[Value]),LATESTDATE('Table'[End_Date]),'Table'[Type]="Open")
The same logic applies for the second measure.
I wrote this on my phone so if its not working, let me know and I will re-check from my pc.
Hi @Anonymous ,
I think standard CALCULATE should work. Something like:
Measure1_Open = CALCULATE(SUM('Table'[Value]),LATESTDATE('Table'[End_Date]),'Table'[Type]="Open")
The same logic applies for the second measure.
I wrote this on my phone so if its not working, let me know and I will re-check from my pc.
It's solved, I modify it a bit
Measure1_Open = CALCULATE(SUM('Table'[Value]),LASTDATE('Table'[End_Date]),'Table'[Type]="Open")
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |