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
Please, I need to compare results of the same measure (Conteo Clientes = DISTINCTCOUNT (hVentas[id cliente])) affected by two distinct filters in the same page. For example, in filter 1, its choosen, product Apples, and the result for "Conteo Clientes" which buyed Apples is 900, in the Filter 2, its choosen product Oranges, and the result for another card of "Conteo Clientes" related to filter 2 is 600, now I want to use these two results to calculate basic operations as sum, diference, porcentage, etc. Do you know how to do it?
Solved! Go to Solution.
Thank you Gilbert, I hope you can find a way :). So far its ok for me
Hi Gilbert, I tried it, thank you for your post.
Yes, in fact, to explain my self better I've created an example you can see in the next link:
https://drive.google.com/drive/folders/1CTzERtALqe0wOccLCvqjZYglbgjdGrMH?usp=sharing
You can see I have a fact table fSales, and two dimension tables: dProduct and dCustomer. What I want to do is to have two sides with independent filters to chose sales of one product in each side, for example, if in the left I choose Product 4, then it says I've sold 365 units, in the other hand at right if I choose Product 2, it says that the quantity sold is 302, until here is ok. But now, I want to have in the middle the difference between those two quantities, in this case is 63. My problem is that I don't know how to capture result 1 and result 2 to do operations, since both are from the same table.
Hope this to be more clear, thank you
Hi @LarBo
I had a look at the PBIX that you sent and I have created a DAX measure that will look at the 2 values in the single slicer and then calculate the difference between them.
What I did was to find the first selection and calculate the quanity.
I then found the second selection and calculated the quanity for this one also.
And then finally I subtracted the two values.
Here is a link to the PBIX: https://1drv.ms/u/s!Apxn-69XhcAmiO9LToMxVVSpPXUTlA
Please let me know if this works as it is something I would like to blog about.
Hi Gilgert, it's really intersant what you did :).
What you did was very interesting, congratulations! You took the highest selection as the first number and the lowest one with the second number. Thank you so much.
However, my users want to have a separate filter for each of the products, because below they will have a detail per customer that bought each item and have everything in one, although it works, it will not be very practical, is it possible to do that?
Thank you Gilbert, I hope you can find a way :). So far its ok for me
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 |
---|---|
87 | |
87 | |
83 | |
65 | |
49 |
User | Count |
---|---|
127 | |
108 | |
89 | |
70 | |
66 |