Forum Discussion

BishwaR's avatar
BishwaR
Helper V
4 years ago
Solved

Duplicate Columns

I have two columns one With Customer Name other With Salary. I need to create duplicates with different names by using DAX. I used the following dax CALCULATE(MAX(CUSTOMER NAME)) but I was not able ...
  • Nathaniel_C's avatar
    4 years ago

    Hi BishwaR ,
    You do not specify, but you can write two measures.
    Let me know if you have any questions.

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
    Nathaniel

    Dup Name = Max ('Table (6)'[Name])
    Dup Salary= Max ('Table (6)'[Salary])