Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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.
Solved! Go to Solution.
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:
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!
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
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
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
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:
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!
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.
Index | Description |
1 | Source of Funds |
2 | Equity Share Capital |
3 | Shareholders' Funds |
4 | Long 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 ?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
80 | |
60 | |
35 | |
35 |
User | Count |
---|---|
100 | |
60 | |
56 | |
46 | |
41 |