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!
Anonymous
you can create two measures
startdate = min('Table'[start date])enddate = max('Table'[end date])
5 Replies
- ryan_mayuSuper User
Anonymous
maybe you can try group by in PQ
- AnonymousNot 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_mayuSuper User
Anonymous
you can create two measures
startdate = min('Table'[start date])enddate = max('Table'[end date])