Forum Discussion
Kaustubhhh
2 years agoNew Member
Filtering repetetive rows in an sql database
Hi all, I have one dataset with column names- "tool no", "wear offset" , "tool length", "tool life" , "time stamp". In this dataset rows are coming per second. There are different tool nos who have...
Anonymous
2 years agoNot applicable
You could group on Tool and Offset, using the GroupKind.Local parameter in the Table.Group function. It'll give you a new group for each change in Offset.
--Nate
- Kaustubhhh2 years agoNew Member
Hi Nate,
Can you please elaborate about the same as I am a beginner in Power BI.
It will great if you can write down the query for this dataset