The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to make this area (in orange box) dynamic:
I have uploaded my PBI file here:
What I am trying to do is, replacing the static values of "2024, 5, 31" with latest date from one of tables inside PBI file.
So, either get the latest "Processing Date" or "New Processing Date" from either Table_1 or Table_2 and stick the value there instead of "2024, 5, 31".
Is it possible?
How do I express that?
Solved! Go to Solution.
You should be able to replace the DATE() part with MAX(MAX(Table1[Processing Date]), MAX(Table2[New Processing Date]))
You should be able to replace the DATE() part with MAX(MAX(Table1[Processing Date]), MAX(Table2[New Processing Date]))
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |