Forum Discussion
t4h4
3 years agoRegular Visitor
Switching between two text columns
Hi community, I have two tables called Article and Article7, they both have the same schema (Title, id..) but one is on full import mode and the other uses direct query. I'm creating a table visua...
Idrissshatila
3 years agoSuper User
hello t4h4 ,
Try to use field parameters to switch between thses two columns
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- t4h43 years agoRegular Visitor
Thanks for replying,
That's exactly what I was trying to do. However, I want the switching between the two columns to be automatically done based on my measure [past] mentioned above. I altered the default generated DAX code for the field parameters to achieve that... but that code is having issues.