Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
48 |
User | Count |
---|---|
171 | |
117 | |
61 | |
59 | |
53 |