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.
Software: CCH which is accounting software.
I am trying to import aged creditor and debtor reports from CCH, I have successfully connected CCH to PowerBI but when executing functions and/or SPs, it results in tables with correct column headers but empty tables.
This also happens in SQL also so I'm pretty sure it's not a PowerBI issue.
let
Source = Sql.Databases("**-sql02\cchsql"),
CentralBM = Source{[Name="***"]}[Data],
Reporting_AgedCreditors = CentralBM{[Schema="Reporting",Item="AgedCreditors"]}[Data],
#"Invoked FunctionReporting_AgedCreditors1" = Reporting_AgedCreditors(null, null, null, null)
in
#"Invoked FunctionReporting_AgedCreditors1"
I've also tried using parameters to no avail, any advice would be highly appreciated. I know fx or SPs work because on CCH it creates aged debtor reports on demand.
Are you using CCH Axcess or which CCH software? Do you still have issue with this?
Hi @Springrollz
If you remove the last step as below, what result does it return?
let
Source = Sql.Databases("**-sql02\cchsql"),
CentralBM = Source{[Name="***"]}[Data],
Reporting_AgedCreditors = CentralBM{[Schema="Reporting",Item="AgedCreditors"]}[Data]
in
Reporting_AgedCreditors
If you want to use Stored Procedures in Power BI, you may refer to the following blog:
How to Use Stored Procedure in Power BI? | by Mücahit Berçin | Akkim Akademi | Medium
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
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 |
---|---|
14 | |
13 | |
8 | |
8 | |
7 |
User | Count |
---|---|
17 | |
13 | |
7 | |
6 | |
6 |