This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I'm reading from a table a list of date and with the measure "Last Day" i read the last day
Last Day = LASTDATE('CRM-Opportunity'[estimatedclosedate].[Date])
Then in other visual i filter by country but it does have effect on this measure and i read always the same date
For all the other visuals it works
Bye
Solved! Go to Solution.
@AlessandroBet , check interactions are on between filter
try like
Last Day = Max('CRM-Opportunity'[estimatedclosedate])
or
Last Day = datevalue(Max('CRM-Opportunity'[estimatedclosedate]) )
It works
Many thanks
@AlessandroBet , check interactions are on between filter
try like
Last Day = Max('CRM-Opportunity'[estimatedclosedate])
or
Last Day = datevalue(Max('CRM-Opportunity'[estimatedclosedate]) )
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 45 | |
| 33 | |
| 24 | |
| 23 |