Skip to content

Home of the code of my Power BI Custom Visual: Box and Whisker chart

License

Notifications You must be signed in to change notification settings

liprec/powerbi-boxWhiskerChart

Repository files navigation

Power BI Box and Whisker Chart

Build StatusCoverage Status

Overview

A Box and Whisker chart is a is a convenient way of graphically depicting groups of numerical data through their quartiles.

It shows basic statistical information (five-number summary) of a dataset:

  • the 1st and 3rd quartile (box)
  • the median (line)
  • the mean (dot)
  • minimum and maximum value or all values, 1.5x interquartile range [IQR] or a custom percentile value

Outliers (if available) can shown.

See also Box and Whisker chart at Microsoft Office store

Build

Some changes are needed before this visual can be build:

Changes to .api/v1.9.0/schema.capablities.json:

Replace row 80:

},
"cartesianKind": {
    "type": "number",
    "description" : "The cartesion kind for analytical support"
}

Replace (now) row 961:

},
"fontFamily": {
    "type": "boolean",
    "description": "Displays a selector to allow the user to font family"
}

Replace (now) row 983:

},
{
    "required": [
        "fontFamily"
    ]
}

About

Home of the code of my Power BI Custom Visual: Box and Whisker chart

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published