Forum Discussion

XaviOV's avatar
XaviOV
Helper V
6 years ago
Solved

Calculated rows by column with random numbers

Hello, I have a column (AñoSemana) with different values, and I want to calculate different values that appear in the different rows of those columns, how can I differentiate between values in the...
  • Pragati11's avatar
    6 years ago

    Hi XaviOV ,

     

    Just not clear on your requirement calculation part.

    But if you are looking for extracting unique values from your column, you can use something like this:

    DISTINCT(Table[AñoSemana])

    Replace "Table" above with your table name.

     

    If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂

     

    Thanks,

    Pragati