Anthony Newell on 06 Jun 2016 03:14:20
Ability to provide a custom UI for a user to enter some parameters / inputs prior to refreshing the data model and publishing to Power BI
- Comments (173)
RE: VBA for Power BI Desktop
Yes, Vote for Power BI with VBA
RE: VBA for Power BI Desktop
I would like to have a PBI Add-In, tool, or control for use in MS Access that could be automated using VBA.
RE: VBA for Power BI Desktop
I have a lot of National Fish Hatchery data (over 30 years) in MS Access and SharePoint lists. We use MS Access for data entry at 12 National Fish Hatcheries and currently store the data in an Access database file for each Hatchery since they have slightly different operations and requirements at each one. There are a lot of business rules and calculations in VBA code that would require a lot of work to reprogram in another software.
I currently have a Dashboard.pbix file for each hatchery database that is linked to the Access database backend and is opened in PBI Desktop from a button on a form using VBA shell code.
Private Sub cmdPBIDashboard_Click()
Dim Shex As Object
Set Shex = CreateObject("Shell.Application")
Shex.Open (Application.CurrentProject.Path & "\Dashboard.pbix")
End Sub
I would also like to use VBA in PBI to automate interactive reports. I would really like to have a PBI control (like the web browser or MS Graph control) or tile (like Power Apps) available to use inside MS Access on forms and reports. Or a PBI Add-In that could be customized using VBA.
RE: VBA for Power BI Desktop
Please consider this
RE: VBA for Power BI Desktop
Ability to push publications based on Excel or Outlook VBA triggers would be hugely helpful!
RE: VBA for Power BI Desktop
VBA for Power BI is a must.
RE: VBA for Power BI Desktop
Very useful if progressed!
RE: VBA for Power BI Desktop
VBA for PowerBI please
RE: VBA for Power BI Desktop
Vote for VBA application in Power BI.