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.
Hello everyone i have a dimDate table with date column
Revenue table with date column and its values
Expense table with date column and its values
Tax table with date column and its values
All tables have a relationship with dimdate date
I want to create one measure and a table or card that shows each table what latest date it has
Solved! Go to Solution.
Hi @Anonymous ,
Like this?
Just create three measures to get latest date in each table, as the following writes:
expense latest date = MAXX(ALL('Expense table'),'Expense table'[date])
Other tables are written similarly to this.
For better understanding please see my pbix file.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Anonymous ,
Like this?
Just create three measures to get latest date in each table, as the following writes:
expense latest date = MAXX(ALL('Expense table'),'Expense table'[date])
Other tables are written similarly to this.
For better understanding please see my pbix file.
Best regards,
Community Support Team Selina zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |