Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hei!
I have a table lookinbg like the picture above. The records save the summary per reporting period for each time a user makes changes.
I have a way to get the final record for each period with a flag of 1:
Maxdate = calculate(max(modified_on); filter(table, reporting_period))
Lastrecordflag = if(max(modified_on)= maxdate;1;0)
I want to show in a card the final summary (based on modified_on and the flag above) for the last period available on the page.
For example, now I would see Texte 1.11 since that is the final version of the final period (6). However, if I choose in the slicer period 5, then I will see Text 1.6. So the summary showing will always the the last one available given the data on the page.
I have tried many different versions but not getting it right.
I am actually trying to show only the summary in a table not card (since I want it left aligned. Thought this might be important to mention since the behavior can be different.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |