Forum Discussion
dynamic columns based on slicer selections
dhoefler,
Create a measure using DAX below in the first table, then drag the measure to Card visual. If the dax doesn't help, please share dummy data of the two tables and post expected result here.
DiffMeasure = SUM(Table1[column])-SUM(Table2[Column])
Regards,
Lydia
Thank you for the suggestion but not quite what I needed. I have 2 table graphs each with its own independent slicers. The 3rd table graph needs to dynamically figure the variance based on the slicers.
In the example below, I am expecting to see Segment = Covenience, Units = 32.890, Revenue = 22,524,699.03. Essentially, take the difference between the values in the 2 table charts, based on slicer selection, and display that in the 3rd table chart.
- Anonymous8 years agoNot applicable
dhoefler,
Please share dummy data of the three tables, and describe the relationship among them.
Regards,
Lydia