# Create new subscription

With Plan, creating report subscriptions is easier than ever. Plan offers plenty of configurations to create and schedule your subscriptions.

You have the option of starting a **standard subscription** or a **dynamic subscription**.

[Standard Subscription:](#id-1.-standard-subscription) A standard subscription sends the report to specific recipients configured in the subscriptions page based on the filters and bookmarks if any. The intended recipients for each category/dimension can be manually configured using filters, or can be uploaded in bulk via a CSV file that contains the recipients with filter details.

[Dynamic Subscription:](#id-2.-dynamic-subscription) A dynamic subscription is similar to the standard subscription, but instead of configuring the report filters manually for each user email ID, we let Plan implicitly regulate the dimension categories and share the relevant data with the intended recipient mentioned in the report dataset. With dynamic subscription, you can automatically tailor your report deliveries based on the recipients while also including other dimension filters in the setup.

## 1. Standard Subscription

{% hint style="info" %}
By default, when you start a new subscription, you are initiating a standard subscription.
{% endhint %}

To create a new schedule from the report, publish the report to the Power BI service and click on the **New Subscription** option in the **Export** tab.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2012).png" alt=""><figcaption><p>New Subscription from report</p></figcaption></figure>

Alternatively, you can start a new subscription by clicking **New Subscription -> Standard Subscription** (or just the **New Subscription** button) on the **My Subscriptions** page in the Plan console.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2013).png" alt=""><figcaption><p>New subscription from Plan console</p></figcaption></figure>

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2015).png" alt=""><figcaption><p>Starting a new subscription (standard)</p></figcaption></figure>

## 2. Dynamic Subscription

{% hint style="info" %}
This feature is useful for reports or datasets that already include the recipients' Email IDs based on the category/division.

You can also get the recipients' email addresses from other semantic models or by importing a CSV file that includes them.
{% endhint %}

With dynamic subscriptions, Plan can detect email IDs from your semantic models/CSV files and automatically customize the report based on the user. You can also specify dimension filters to send only specific categories to the users.

To start a dynamic subscription, click **New Subscription -> Dynamic Subscription** from the **My Subscriptions** page in the console.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/image%20(2016).png" alt=""><figcaption><p>Starting a dynamic subscription</p></figcaption></figure>

## 3. Subscription page settings

Starting a new subscription (standard or dynamic) takes you to the 'New subscription' page of the Plan Scheduler application. It has 3 tabs: 'Select Report', 'Set Subscription Frequency', and 'Select Destinations' where you can configure all your subscription settings.

{% hint style="info" %}
**For dynamic subscription, you can configure the table selection in the third tab: 'Select Destinations'. All other settings are the same as that of a standard subscription.**
{% endhint %}

Click on the 'Pencil' icon on the top of the 'New subscription' page to edit the name of the subscription.

In the upcoming pages, we will discuss the tabs in detail.

**1.** [**Select a report:**](/11.-scheduling-reports/create-new-subscription/select-a-report.md) You can select your workspace, report, and configure other report-related details in this section.

**2.** [**Set subscription frequency:**](/11.-scheduling-reports/create-new-subscription/set-subscription-frequency.md) Here, you can set the subscription frequency, time, and the start and end dates.

**3.** [**Select destinations:**](/11.-scheduling-reports/create-new-subscription/select-destination-s.md) Select where you want your scheduled report to be delivered in the preferred formats (Excel/PDF/PPT), along with the report link and preview.

**4.** [**Review & save subscription:**](/11.-scheduling-reports/create-new-subscription/review-and-save-subscription.md) You can review your subscription details here and then save or edit the subscription.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/11.-scheduling-reports/create-new-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
