Forum Discussion

f1254lipm's avatar
f1254lipm
Frequent Visitor
3 years ago
Solved

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...
  • lbendlin's avatar
    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.