Using the persons modal
Clicking on a data point in a trends insight opens the persons modal, which shows you a list of users/groups that performed it during the selected time period.
![All persons who performed an event](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/user-guides/trends/persons-light-mode.png)
![All persons who performed an event](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/user-guides/trends/persons-dark-mode.png)
From this menu, you can:
- Watch specific session replays where the user performed the selected event
- Dive deep into the properties of each individual user
- Save the entire list of users as a cohort
- Export the list of users to a CSV for further analysis
Creating insights in notebooks
You can create all of PostHog's insight types natively in Notebooks. These include trends, funnels, retention, paths, stickiness, lifecycle, and SQL.
Each of them can be completely customized within notebooks like you would in insights. To do this, click the three-line reverse pyramid icon.
You can also add insights from the insights list by clicking, holding, and dragging the title onto the right-side popover.
Add units / custom prefixes and postfixes
You can change the unit of any trends insights, or add custom prefixes/postfixes - e.g. with a prefix of $
, 123.45 will be displayed as "$123.45".
Units include duration (seconds or milliseconds) and percentage.
![Unit and prefix options](https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/docs/product-analytics/trends/prefixes-light.png)
![Unit and prefix options](https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/docs/product-analytics/trends/prefixes-dark.png)
To do so, click on 'Options' dropdown next to the chart type and select the one you want.
![Series legend](https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/docs/product-analytics/trends/legend-light.png)
![Series legend](https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/docs/product-analytics/trends/legend-dark.png)
Also under the 'Options' dropdown is the ability to enable values on trends, and the legend, like in the screenshot above.
View source (Beta)
Insight filters follow a declarative format that you can view and edit. To do so, open the insight editor by clicking on the {}
icon next to the save insight button and you will see the source for the current insight configuration.
Using this editor you can copy-and-paste complete or partial insights and understand what is going on under the hood. We admit this is a bit of a power user feature, but if you're so inclined you might even find it easier to edit insights this way.
![View insight configuration source](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/user-guides/trends/insights-source-light-mode.png)
![View insight configuration source](https://res.cloudinary.com/dmukukwp6/image/upload/v1710055416/posthog.com/contents/images/docs/user-guides/trends/insights-source-dark-mode.png)
See our full list of PostHog tutorials for more guides and tips.