Forum Discussion
dynamic table
Hi,
I've the following reprot https://1drv.ms/u/s!Amd7BXzYs7AVlyc5r1DY_LAlvLFQ?e=vc9qqy
I'd like to link between measures and the choices by user
| Measures | slicer |
| Margin | variance |
| Margin % | %variance |
| Diff | variance |
| Diff % | %variance |
When the suer selects [Sales Amount] [Total Cost] and %variance, it'll displayed [Sales Amount] , [Total Cost] and Margin%
In the real project i've about 80 measures and I eed to creat a separate slicer to calculate variance and %variance
Thats why I said "Value 1 and Value 2 change it to be the measures that end user can select". Simply add a possible measures combinations and the end user will select 2 correct one, they will appear in Value 1 and Value 2 measures to be shown the var and %var like in the previous post.
4 Replies
- bolfriSolution Sage
Hello jaweher899,
It's the same scenario like before: https://community.powerbi.com/t5/Desktop/dynamic-columns-in-table/m-p/2984827#M1019750 and I gave you the solution there. You just only need to apply possible scenarios that user can pick.
The difference here is not only select what kind of columns needs to appear Value 1, Value 2, Difference, %Difference (like in your prebious post), but in the Value 1 and Value 2 change it to be the measures that end user can select.
- jaweher899Impactful Individual
bolfri the end user would like to have a slicer variance and %variance separately from the other slicer for the measures.
- bolfriSolution Sage
Thats why I said "Value 1 and Value 2 change it to be the measures that end user can select". Simply add a possible measures combinations and the end user will select 2 correct one, they will appear in Value 1 and Value 2 measures to be shown the var and %var like in the previous post.