Forum Discussion
Calculated rows by column with random numbers
- 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
Hi amitchandak and Pragati11
The column "AñoSemana" contains the value of YearWeek and what I want to do of the rest of the columns is calculated by each group of "AñoSemana".
For example, in the year 2019 and week 35 I have several different production lines and I want to know which ones are running in these weeks, year 2019 week 36, year 2019 week 35....
I have a column with number of line and other column with the number of these lines.
Regards,
Xavi
Hi XaviOV ,
I am not clear about your requirement, if possible could you please inform me more detailed information(such as your expected output and your sample data )? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.