Forum Discussion
XaviOV
Helper V
6 years agoCalculated 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...
- 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
Pragati11
Super User
6 years agoHi 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