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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Rahp
Frequent Visitor

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
Memorable Member
Memorable Member

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.