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 have a calculated measure where its filters will base on another table. I looked this up and some results says that I should merge the two tables. I did and it is taking too much time and I think it's not right. Below are my tables:
AR Table (simplified table):
Customer Name | G/L | Category1 | Category2 | Date1 | Date2 | Arrears Date | Arrears Date 2 | Amount |
(Custom Column from Power Query) | (Arrears Date minus 1 year) |
Sales Table (simplified table):
Customer Name | Category1 | Category2 | Date1 | Posting Date | LC Amount |
The only key to them is thru the Customer Name Column. Almost all of my measures are from AR data mainly because this is my main table and this is where Arrears Date is (used in all my visualizations). But I have one measure where its filters are from both of the tables:
The domino effect because of Sales GL (all measures from AR data):
Solved! Go to Solution.
Hi @crln-blue ,
Try this measure.
Sales GL = CALCULATE(SUM('Sales'[LC Amount]),FILTER('Sales',[Posting Date]>=MAX('AR'[Arrears Date])&&[Posting Date]<=MAX('AR'[Arrears Date 2])&&[Category1]<>"CC"&&[Category2]<>"DZ"))
What does the domino effect caused by Sales GL mean?
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @crln-blue ,
Try this measure.
Sales GL = CALCULATE(SUM('Sales'[LC Amount]),FILTER('Sales',[Posting Date]>=MAX('AR'[Arrears Date])&&[Posting Date]<=MAX('AR'[Arrears Date 2])&&[Category1]<>"CC"&&[Category2]<>"DZ"))
What does the domino effect caused by Sales GL mean?
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello! Thanks for this! I didn't realize that they have to be connected. Will close this thread now.
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 |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |