Forum Discussion
jjortons
1 year agoNew Member
dynamically return tables based on selectedvalue
How can I return different unioned tables depending on a SELECTEDVALUE() variable using below? tyia! tbl_generic = var tbl1 = CALCULATETABLE( SELECTCOLUMNS( 'production product', ...
Fowmy
1 year agoSuper User
jjortons
While creating a table or calculated column in Power BI, capturing slicer selections in real-time isn't feasible. Power BI constructs tables and columns before making them available on the report canvas. Create seperate measures and call them based on selection
jjortons
1 year agoNew Member
thanks!
it seems this is not possible atm, then?
my intention was to create a generic table of sorts based on another visual selection.