đŸ› ī¸
Developer docs
Start BuildingGuides
  • ✨Getting Started
  • đŸŽ›ī¸Self Hosted Config
  • âœī¸SSO Login
    • Saml Identity Provider (Idp)
    • Oidc Identity Provider (Idp)
  • đŸŽžī¸Framework Specific Guide
    • âš›ī¸Reactjs
    • âš›ī¸Nextjs
    • âš›ī¸Vuejs
    • âš›ī¸Angular
    • âš›ī¸Svelte
    • âš›ī¸Solid
    • âš›ī¸Vanilla JS
  • â„šī¸Token
  • â„šī¸How to embed?
  • đŸ›ī¸Multi-Tenant Access Control
  • Embed using iFrame (Not Recommended approach)
  • 🔑License Key Validation for Self-Hosted App
  • Test
  • 👩‍đŸ’ģHelpers
    • âœŗī¸Token Body
    • ✅Options
      • Custom Fiscal Year filter setup in DataBrain
    • đŸˆ‚ī¸Server Event
    • Embed Functions
    • Override Language
    • âœˆī¸Embedding Architecture
    • âœˆī¸LLM Architecture
    • ✨LLM Connectors
      • Open AI
      • Claude AI
      • Azure Open AI
      • Llama
      • Mixtral
    • 🆔Workspace Name
    • 🆔Dashboard ID
    • 🆔Metric ID
    • 🆔API Token
    • 🆔End User Metric Creation
    • Embedding APIs
      • Sync Datasource
  • Metric App Filter
  • Dashboard App Filter
  • Chat Mode
    • Step 1: Create Datamart and Workspace
    • Step 2: Create Data App and Embed ID
  • ✨Solutions Alchemy
    • Dashboards for Client Groups
    • Dashboard for Multiple Clients
    • Embedding: Role based Dashboard Filtering
    • Localized Currency Symbols
    • Manage Metrics
Powered by GitBook
On this page
  1. Helpers
  2. Options

Custom Fiscal Year filter setup in DataBrain

This guide provides a straightforward method for setting up an Indian Fiscal Year filter in DataBrain, allowing users to analyze data more effectively according to the Indian financial calendar.

PreviousOptionsNextServer Event

Last updated 3 months ago

  1. Configure the Date filter

  • Navigate to the dashboard where you want to set up the Fiscal Year filter.

  • Then, add a Date filter and select preset options: Last Year and This Year.

  • In the "Apply On" section, choose the date column, then click "Save" to apply the filter to your dashboard.

  1. View the changes in Dashboard

By default, the "Last Year" filter displays data from January 1, 2024 to December 31, 2024, and the "This Year" filter shows data from January 1, 2025 to December 31, 2025.

  1. Enable Indian Fiscal Year

To enable the Indian Fiscal Year, add the following option to the embed settings:

calendar-type='ind'

Refer to the documentation for more details:

  1. View the changes in dashboard

After enabling the Indian Fiscal Year filter, the date ranges adjust as follows:

  • "Last Year" now displays data from April 1, 2023 to March 31, 2024.

  • "This Year" now displays data from April 1, 2024 to March 31, 2025.

Yearly and quarterly time-series charts will automatically follow the Indian Fiscal Year (April to March)

👩‍đŸ’ģ
✅
✅Options