The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am working on an AR aging report. Each invoice may have one or more comments attached to it. I have merged 2 queries in order to link the invoice number to the comment. However, if an invoice has more than one comment attached, the invoice is duplicated to match the number of comments. I am working in a direct query, so I cannot simply click the "remove duplicates" button. Is there a way to filter so that only the newest comment will show up on a single invoice?
Solved! Go to Solution.
Since you use the direct query, it is better to build the logic in sql itself and push to database . This will be effective in performance as well.
Thanks
Raj
Since you use the direct query, it is better to build the logic in sql itself and push to database . This will be effective in performance as well.
Thanks
Raj