The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello everybody,
I have three data sources (table 1, table 2 and parameters). Parameters contains all the columns that I have in my table 2. I created a slicer where I could choose the parameters that I want to visualize in my table.
However, when I am creating my table, how do I tell him to only display the columns chosen in the slicer ? Do I need to create a measure ?
Thanks in advance for your time and your help
Solved! Go to Solution.
@maxduff59 , You can join parameter with table 1 and table 2 and use in filter
or use treatas in parameter to sue slicer values from parameters
https://docs.microsoft.com/en-us/dax/treatas-function
@maxduff59 , You can join parameter with table 1 and table 2 and use in filter
or use treatas in parameter to sue slicer values from parameters