Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
i have a report which is created using table.In that filter i used a relative date filter.
IIn the above table i want to add two new column which should be like this.
ie, start and end column value should be based on relative filter start and end date ...I tried to add measure with function firstdate and lastdate function of power bi...But its not working for table report...plse help...
Solved! Go to Solution.
@nisha_deepak , Try new measures like
End = maxx(allselected('Date'),'Date'[Date])
Start = minx(allselected('Date'),'Date'[Date])
@nisha_deepak , Try new measures like
End = maxx(allselected('Date'),'Date'[Date])
Start = minx(allselected('Date'),'Date'[Date])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 93 | |
| 70 | |
| 50 | |
| 40 | |
| 39 |