March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello. I'd like to compare dates from two linked tables.
The first table is OPEN DATE with two columns: "Legal Name" and "Open Date"
The second table is DATE SET with two columns "Legal Name" and "Date Set"
The two tables are linked by "Legal Name". This works fine. I can bring Legal Name, Open Date and Date Set into a visualization.
I would like to calculate elapsed days by comparing the "Open Date" and "Date Set". Do I do this in the Query Editor? Or, do I add a custom column to OPEN DATE or DATE SET?
Solved! Go to Solution.
You can create a Merge Query in Power Query editor. All the way to the right in the ribbon. There are also functions like NATURALLEFTINNERJOIN in DAX that you could do this with.
I would create a measure that does a subtraction of the MAX of the two dates or use DATEDIFF. This will work in a context of Legal Name in a table.
Maybe you could merge the two tables, that would make it easier for you to create a measure that calculate the difference.
/Magnus
Thanks for the quick reply. I'm still getting the hang of Power BI at this point. How do you merge tables? Is this done through the query editor?
Hi!
Yes you merge in the Query Editor. Here's a video showing how to do it:
You can create a Merge Query in Power Query editor. All the way to the right in the ribbon. There are also functions like NATURALLEFTINNERJOIN in DAX that you could do this with.
Thank you! That's what I needed.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |