-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
2,021 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,6 @@ typings | |
node_modules | ||
.DS_Store | ||
.tmp | ||
dist | ||
dist | ||
webpack.statistics.dev.html | ||
webpack.statistics.prod.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# starability | ||
The starability visual | ||
Starability is a Custom Power BI Visual from ParadigmBI | ||
It is for rating Power BI pages the stars are from https://github.com/LunarLogic/starability | ||
This is a demonstration module for https://paradigmbi.com.au/ | ||
This is all open source, please feel free to play with the code and acknowledge the sources, which are varied. | ||
|
||
This visual sends a star rating to a URL, we've been using Microsoft Flow to test this | ||
The JSON looks like this: { id: entityid, value : val , userName : userName } | ||
This should be self-explanatory, but feel free to ask questions. | ||
|
||
There is a single field for the user name, create a text measure for this like this : UserName = USERNAME() and put the measure in the username field. | ||
|
||
On the Format pane, enter the URL of the Flow or whatever web service you want to use,and put a page name in the page name field |
Binary file not shown.
Oops, something went wrong.