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.
I have tables WIR and Inspection Notice. WIR Table is having follwoing data
ReferenceNumber | MailNo | Date Submitted to SC | Discipline | IN Date |
AAB-IN-000008 | ALE-WIRQ-006934 | 12/27/2018 12:40 | Facade Engineering | |
AAB-IN-000008 | ALE-WIRQ-006687 | 12/23/2018 5:44 | Facade Engineering | |
AAB-IN-000008 | ALE-WIRQ-006169 | 12/11/2018 13:11 | Facade Engineering | |
AAB-IN-000008 | ALE-WIRQ-006476 | 12/18/2018 7:56 | Facade Engineering |
And Inspection notice is having
MailNo | SentDate | ReferenceNumber |
AAB-IN-000008-3 | 12/27/2018 5:41 | AAB-IN-000008 |
AAB-IN-000008-1 | 12/18/2018 4:35 | AAB-IN-000008 |
AAB-IN-000008-2 | 12/23/2018 3:37 | AAB-IN-000008 |
AAB-IN-000008 | 12/9/2018 10:58 | AAB-IN-000008 |
Refarnce number is same for different mail number and sent date,
I want to add Sent date from Inspection notice to WIR columan IN date.
Is it possible
Solved! Go to Solution.
@ayahmed , Try to create a new column in WIR as
maxx(filter(Inspection, Inspection[ReferenceNumber] á WIR[ReferenceNumber] && Inspection[Date Submitted].date >- WIR[SentDate].date), WIR[SentDate]] )
@ayahmed , Try to create a new column in WIR as
maxx(filter(Inspection, Inspection[ReferenceNumber] á WIR[ReferenceNumber] && Inspection[Date Submitted].date >- WIR[SentDate].date), WIR[SentDate]] )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |