Forum Discussion
Anonymous
6 years agoNot applicable
Display Data in visual Table with duplicate conditions
Hi, I am trying to visualise data in in the visual table in Power BI. Here is the data exported into Excel End Time column is from another table which is linked the work orders table whic...
- 6 years ago
Anonymous
Did you try Max(End_Date)?
VasTg
6 years agoMemorable Member
Anonymous
Do you have relationship defined between the tables? If so, by which colum?
Did you try Max(End Time)?
If it helps, mark it as a solutuion
Kudos are nice too
- Anonymous6 years agoNot applicable
Hi,
Yes there is 1 to many link
between the workorder table and the table showing the end date.
- VasTg6 years agoMemorable Member
Anonymous
Did you try Max(End_Date)?
- Anonymous6 years agoNot applicable
Tried measure Max(End Date) on the table with the end date column and it worked. When inserted it into the visual.
Thank you