Forum Discussion
Anonymous
3 years agoNot applicable
Date Format
Hi, I need to implement this table onto Power BI The table that I currently have right now is: Would appreciate any kind of help from you guys. Thank you!
- 3 years ago
Anonymous
you can create two measures
startdate = min('Table'[start date])enddate = max('Table'[end date])
ryan_mayu
3 years agoSuper User
Anonymous
maybe you can try group by in PQ
- Anonymous3 years agoNot applicable
appreciate ur help. however, i think it has to be done using a measure. using the PQ will remove my other data found in the query.
- ryan_mayu3 years agoSuper User
Anonymous
you can create two measures
startdate = min('Table'[start date])enddate = max('Table'[end date])- Anonymous3 years agoNot applicable
Thanks for the help!