To convert Session Duration from seconds to minutes in Mixpanel, you can use a formula in your report. Simply divide the "Session Duration (Seconds)" property by 60. For example, in the Insights report, create a formula like:
```
A / 60
LBKSwhere "A" represents the Session Duration (Seconds) metric in your query. This will display the session duration in minutes instead of seconds [FAQ: Average session duration](https://docs.mixpanel.com/docs/features/sessions#faq) [Formulas in Insights](https://docs.mixpanel.com/docs/reports/insights#advanced).