Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Use a cell value in a column reference

Hi fellow PBI users, I would like to know how to include a cell value in a column reference. I need that as part of a Table.ReplaceValue step. I would like to reference one of 3 columns of my ta...
  • Vijay_A_Verma's avatar
    4 years ago

    If you can post a sample table and with reference to that if you can describe what you are trying to replace that would be great.

    There are many ways to access variable column name but it would be context specific. Like at a record level, I can access the value like this

    Record.Field(_,"Level "&Text.From([IsTotal]))