Skip to content

Commit

Permalink
Tested and working added Flow zip
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAinOz committed Jun 26, 2020
1 parent 6a49d2e commit 606bec5
Show file tree
Hide file tree
Showing 7 changed files with 2,021 additions and 23 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ typings
node_modules
.DS_Store
.tmp
dist
dist
webpack.statistics.dev.html
webpack.statistics.prod.html
13 changes: 12 additions & 1 deletion README.md
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 added StarabilityUpdate_20200625084239.zip
Binary file not shown.
Loading

0 comments on commit 606bec5

Please sign in to comment.