Forum Discussion
Anonymous
4 years agoNot applicable
Distinc date wise value
Dear Brothers My problem is that if any employee punch twice or more on a date my data table shows all the punch data but I need only one value of an ID in a date. I have a table of id, dates & wei...
- Anonymous4 years ago
Hi Anonymous ,
You could create a new table by using distinct() function
https://docs.microsoft.com/en-us/dax/distinct-table-function-dax
Table 2 = DISTINCT('Table')Best Regards,
Jay
TomMartens
4 years agoSuper User
Hey Anonymous ,
please keep in mind that there are also sisters.
Next, it's not clear if you want to remove rows from the table using Power Query or you need unique values for a certain calculation.
Please consider creating a pbix file that contains sample data, but still reflects your data model (tables, relationships, calculated columns, and measures). Upload the pbix to onedrive or dropbox and share the link. If you are using Excel to create the sample data share the xlsx as well.
Regards,
Tom
Anonymous
4 years agoNot applicable
Please check the raw data