Skip to content

Getting Started

Before you can work with our visualisations, they may need to be updated and the licence key must be loaded into the report/visuals in any case. How to do this is described in the following chapters.

Loading the visuals into your reports

To make it easiest to distribute our visuals across the company and keep them always up to date, we recommend importing them as organizational visuals. In the reports, you then use the visuals directly from your organizational store. When updating our visuals, they only need to be updated in your organizational store.

You can read more on how to set up visuals as organizational visual in this blog post.

If you want to upload new version of the visuals diretly into a report please read the following page on how to do so: Import a visual file from your local computer into Power BI.

Loading the license key into the report

Before you can use the visuals you need to add the license key (The content of the .pslicense file) to all visuals either directly within the About Settings section or by using the Theme.json file. We provided the template theme file as part of the package. The processScienceLicenseKey is needed within the aboutSettings visual styles:

JSON
{
  "name": "theme created by process.science https://www.process.science/",
  "dataColors": [
    "#89AAC8",
    ...
  ],
  "visualStyles": {
    "*": {
      "*": {
        "aboutSettings": [{ "processScienceLicenseKey": "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9....." }]
      }
    }
  }
}

Important

After adding the license key within the Theme.json file you need to import it into the report as explained here: Import custom report theme files.

Important

To be able to work in edit mode, you must drag the measure UserName from the table Cases into the field User Name of the visual.