PowerBi - Actions
Hello,
I am interested in accessing Actions data through the PowerBI connector. Is there a way to use a NXT list instead of trying to load the entire Constituents Action table? I have been unsuccessful in loading that one because the amount of data.
Most interested in just the data for last week or month.
Thanks,
Ryan
Comments
-
Hey @Ryan York, so the answer the technical answer about lists, is no (from what I can tell). Have you tried filtering it in Power Query and not loading the entire table into your model?
If that doesn't work, there is a way to filter down the data that's returned in the connector so it's not pulling everything in. Depending on what you're trying to get, this may be an option.
In the .pq file for the connector, there's a section where all of the tables are created via calls to the SKY API. You can update this line filter the API with any parameters that are available for that endpoint. Below is an example of what the line looks like before and after the update. In this example, only actions that have been completed are being returned.
Before:
{"Constituent action", ActionListType, "constituent/v1/actions"…}
After:
{"Constituent action", ActionListType, "constituent/v1/actions?computed_status=Completed"…}
I've attached a document with screenshots of the .pq file and all of the available parameters for that endpoint (it's better for high res images).
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 206 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 357 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 561 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.6K SKY Developer
- 242 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 778 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

