Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Dear all,
Good Morning!
I have two tables Overdue and Preclosure.
Overdue:
Loanno
Overdueamount
EMI
OverdueDate
Preclosure:
Loanno
PreclosureDate
Now in Overdue table i want only the Loanno which not exists in Preclosue table for current month and year.
Regards,
Joshua.
Solved! Go to Solution.
Hi @Anonymous
Try to filter the Preclosure Table first. Then use ‘Left Anti’ between Overdue table and Preclosure table.
Regards,
Cherie
Hi @Anonymous
You may try to use ‘Merge Queries’ with ‘Left Anti’ in Query Editor. Then you may filter the date with ‘Date Filters’ as below.
Regards,
Cherie
Dear Cherie,
Thanks for ur reply.Will Left Anti (rows only in first) will show the data of overdue table for only loanno that not exists in preclosure table?
Regards,
Joshua.
Hi @Anonymous
The data will be shown as below picture. If it is not your case, please share some data sample and expected output.
Regards,
Cherie
Dear Cherie,
Let us consider a sample
Overdue:
Loanno amount overduedate
1 1000 22-01-2018
2 550 11-05-2018
3 2500 12-08-2018
4 3222 12-08-2018
Preclosure:
Loanno Preclosureamount Preclosuredate
3 2500 05-08-2018
Now i want to exclude the loano 3 in the overdue table as the amount was preclosed.It should work based on the condition where precloseddate=month(TodaysDate)&Year(TodaysDate).
Hi @Anonymous
Try to filter the Preclosure Table first. Then use ‘Left Anti’ between Overdue table and Preclosure table.
Regards,
Cherie
Dear Cherie,
Where is the Filter Rows option present.
Regards,
Joshua.
Hi @Anonymous
You may find the "Custom Filter" to filter rows.
Regards,
Cherie
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |