Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmarshall/powerbi-fetchmoredata
Sample Power BI Custom Visual that uses the fetchMoreData API
https://github.com/danmarshall/powerbi-fetchmoredata
Last synced: about 5 hours ago
JSON representation
Sample Power BI Custom Visual that uses the fetchMoreData API
- Host: GitHub
- URL: https://github.com/danmarshall/powerbi-fetchmoredata
- Owner: danmarshall
- License: mit
- Created: 2019-09-20T17:14:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T18:50:41.000Z (5 months ago)
- Last Synced: 2024-06-17T21:00:13.096Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powerbi-fetchmoredata
Sample Power BI Custom Visual that uses the fetchMoreData API## Sample data
To create sample data, run:
```
node .\mock-csv.js
```
Which produces a .csv file.## Power BI
1. Import sample data into Power BI online.
1. Create a new report.
1. `pbiviz start`
1. Add custom visual to report.
1. Add x field
1. Select "Don't summarize" on x field.
1. Repeat above for y field## Result
![image](https://user-images.githubusercontent.com/11507384/65347985-fbf08f00-db94-11e9-9a04-381d3988a38a.png)