Forum Discussion
Multiplying a column based on slicer
- Anonymous8 years ago
Matthias93,
The value of Day 2 should be 2.4(4*0.6), right? If so, I make a test in the following sample tables.
Create the following measure in the first table.multiplyMeasure = MAX(Table2[Column1])*MAX(Table1[Column1])
Create a table visual and test the slicer.
Regards,
Lydia - 8 years ago
Hi Lydia,
This is exactly what I needed for my dashboard. Thanks for your quick help, I'll try to apply it to my case now.
Kind regards,
Matthias
Matthias93,
The value of Day 2 should be 2.4(4*0.6), right? If so, I make a test in the following sample tables.
Create the following measure in the first table.
multiplyMeasure = MAX(Table2[Column1])*MAX(Table1[Column1])
Create a table visual and test the slicer.
Regards,
Lydia
Hello Lydia!
Your solution worked great, but I was wondering if your solution also applies when using 2 slicers. What I mean is to first choose an option of multiplier, and then choosing a second option to again multiply the total amount from the previous operation.
Thanks!
Juan