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])
Anonymous
3 years agoNot applicable
Thanks for the help!
ryan_mayu
3 years agoSuper User
you are welcome