Forum Discussion
f1254lipm
3 years agoFrequent Visitor
Dynamic Column headers
Hi, I have the requirement for dynamic column names - the names of columns need to change based on certain conditions. I have tried to achieve this by implementing the technique described here: https...
- 3 years ago
Dynamic column names in Power Query are poison to the meta data tracker in the Power BI service. They will cause all of your refreshes to fail unless you continuously update the app.
Instead, create custom matrix visuals where you use either field parameters or measures as columns.
lbendlin
Super User
3 years agoDynamic column names in Power Query are poison to the meta data tracker in the Power BI service. They will cause all of your refreshes to fail unless you continuously update the app.
Instead, create custom matrix visuals where you use either field parameters or measures as columns.