Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Rahp
Helper I
Helper I

Tally to powerbi

How to Linked Tally to Powerbi 
And if once linked how to pool data to construct a P&L , Balance Sheet & Cashflow also. 
How to generate realtionship in which form. 

1 ACCEPTED SOLUTION
v-sdhruv
Community Support
Community Support

Hi @Rahp ,

Yes you need to import all the necessary tables from SQL and create DAX on to top of it to show your financial figures. 

If Tally is configured with SQL back-end, use:

  1. Get Data > SQL Server
  2. Enter server/database name and credentials.
  3. Build Model
  4. Create DAX measures

    Example-
From Table Column To Table Column Relationship
Vouchers Ledger ID Ledger Ledger ID Many-to-One
Ledger Group ID Group Group ID Many-to-One
Vouchers VoucherTypeID VoucherType VoucherTypeID Many-to-One


You can refer this link if you are connecting via ODBC.
https://blogs.perficient.com/2021/09/28/procedure-to-connect-tally-data-to-power-bi/

Hope this helps!
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You!


View solution in original post

8 REPLIES 8
v-sdhruv
Community Support
Community Support

Hi @Rahp ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution ' so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @Rahp ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution ' so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @Rahp ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution ' so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @Rahp ,

Yes you need to import all the necessary tables from SQL and create DAX on to top of it to show your financial figures. 

If Tally is configured with SQL back-end, use:

  1. Get Data > SQL Server
  2. Enter server/database name and credentials.
  3. Build Model
  4. Create DAX measures

    Example-
From Table Column To Table Column Relationship
Vouchers Ledger ID Ledger Ledger ID Many-to-One
Ledger Group ID Group Group ID Many-to-One
Vouchers VoucherTypeID VoucherType VoucherTypeID Many-to-One


You can refer this link if you are connecting via ODBC.
https://blogs.perficient.com/2021/09/28/procedure-to-connect-tally-data-to-power-bi/

Hope this helps!
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You!


pankajnamekar25
Super User
Super User

Hello @Rahp 

try this 

Connect Tally via ODBC or XML export

Bring tables like Vouchers, Ledgers, VoucherTypes

Create Calendar Table for time-based analysis

Model relationships using Ledger/Voucher mapping

Build P&L using ledger groups

Create Balance Sheet using asset/liability groups

Build Cash Flow with custom mapping

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

If the tally data is in SQL then?

 

Simply import SQL data into Power BI and create one static table using Enter Data. That table has Index and Description. Then you write a measure to show the correct value in the correct index based on the created index and description table.

IndexDescription
1Source of Funds
2Equity Share Capital
3Shareholders' Funds
4Long term Loans

Means I have perform dax to obtain the Equity Share capital figure for the particular period? or just develop the grouping relationship between ledger and all ?

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.