Forum Discussion
mussaenda
7 years agoCommunity Champion
Getting Values From 2 different tables using measure
Can somebody teach me how to get the values from column by using measure? I have Table 1, Table 2 and Selection. the Logic is, If selection = 1, show the date from table1 if selection = 2, show...
tjlee
7 years agoFrequent Visitor
Dynamic column is not possible currently, if this was a measure then it is possible.
You could achieve something similar using the technique mentioned in this blog
How to do multivariate reporting with Power BI
https://powerbi.microsoft.com/en-us/blog/how-to-do-multivariate-reporting-with-power-bi/
It involes using slicer button and assigning favorites with different columns in a chart object.