Forum Discussion
Anonymous
5 years agoNot applicable
Remove duplicates in DAX
Hi Guys, Edit: Proving more informations I have this two different tables, the fact table (many ids) and my time table (unique id) TABLE 1 FACT TimeID ID start time finish time 1 ...
- 5 years ago
danextian
Super User
5 years agohI Anonymous ,
Does your table indicate which value in Time column comes first for each ID? You may create a formula that returns only the value for Morning but Morning may not alwasy be the first value.