Skip to content

Commit abb9288

Browse files
authored
Add PowerBI template and associated README instructions (#38)
* Add current version of template that pulls from localhost * readme instructions for powerbi
1 parent ad1d17b commit abb9288

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ By default, the SQL Server container creates a `master` database. Probably best
9494

9595
At this point, you'll have the migrations applied for our table structure, but Akka will still need to create its event sourcing tables (which it will do because it has the SA password to the container at this point.)
9696

97+
### Using the included PowerBI Report to View Data
98+
99+
* You can find the PowerBI template in the `reporting` folder off of the root of this repository
100+
* Opening the template will attempt to load data from the localhost database specified earlier in the README, and with the same credentials.
101+
* If you have the database elsewhere or with different credentials, you'll want to change the data source. You can do this by:
102+
* Opening the PowerBI report
103+
* Waiting for data to load (or seeing an error if the existing data source isn't found)
104+
* Go to `File -> Options and settings -> Data source settings -> Data sources`
105+
* Clicking the data source and selecting `Change Data Source`
106+
* Entering the new location of the data source, and any credentials when prompted.
107+
97108
## Thank you to the OSS and Tools That Power Us
98109

99110
While this project encourages OSS contributions, it would be nothing itself without the projects it uses.

reporting/PortfoliOSS.pbit

19.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)