The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello everybody,
I have two tables (CDE and FAC). A order table (CDE), and an invoice table (FAC). Each with two date and ID columns. I would like to display in a visual only the ID with dates of orders (CDE) higher than the dates of FAC. Thank you
Have a good day
Solved! Go to Solution.
Create a calculated column in your CDE table:
Column = IF('CDE'[Date] > MAX('FAC'[Date])) , 'CDE'[Date] , BLANK())
Then filter on theat column <> Blank()
Create a calculated column in your CDE table:
Column = IF('CDE'[Date] > MAX('FAC'[Date])) , 'CDE'[Date] , BLANK())
Then filter on theat column <> Blank()
Thank you so much
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
118 | |
87 | |
75 | |
53 | |
45 |
User | Count |
---|---|
135 | |
121 | |
77 | |
65 | |
64 |