Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello! I have a table similar to this one below:
And I have another table with the sales and the date they ocurred related by product. I would like to multiply the number of sales by the price depending on if they happened before or after a date shown on the table above.
Currently I multiply the sales by the price like this:
SumX(Sales, Sales[Quantity]*Related(Product[Price])
Do you have a suggestion on how could I achieve this?
Thanks a lot!!
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Okay! I found the solution thanks to your help!
I just needed to change the current date to sales date. I would like to still accept your answer as a solution.
Thank you very much!
Hello! Thank you so much for taking your time to answer me. Your solution helped me a lot but it is still not exactly what I was looking for.
I created some tables on your pbix file. I filtered product A in all tables for simplicity. If you see the tables above, product A has a Sales quantity of 317 before the product date and 219 after.
What I want is Sales Total: to calculate (317*10) + (219*15) = 6455. But currently is calculating all 536*15 = 8030. I hope you understand my explanation.
Thank you very much for your help! Pablo
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
85 | |
84 | |
67 | |
49 |
User | Count |
---|---|
131 | |
111 | |
97 | |
71 | |
67 |