Skip to content

Commit e873f06

Browse files
committed
Updated readme
1 parent 882f07a commit e873f06

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
# Power KPI
1+
# PowerKPI
2+
[![Build Status](https://dev.azure.com/customvisuals/public/_apis/build/status/Microsoft.powerbi-visuals-PowerKPI)](https://dev.azure.com/customvisuals/public/_build/latest?definitionId=11)
3+
[![Coverage Status](https://coveralls.io/repos/github/microsoft/PowerBI-visuals-PowerKPI/badge.svg?branch=master)](https://coveralls.io/github/microsoft/PowerBI-visuals-PowerKPI?branch=master)
4+
> A powerful KPI Indicator with multi-line chart and labels for current date, value and variances.
25
3-
> A powerful KPI Indicator with multi-line chart and labels for current date, value and variances. Rich customization options, including current status labels and symbols, trend and comparison lines, multiple variances, auto-scaling, text formatting, and density controls. Highly flexible for use in large, detailed report tiles or tiny, summary dashboard tiles.
6+
![stacked area chart screenshot](./assets/screenshot.png)
7+
8+
# Overview
9+
10+
The Power KPI visual is for presenting a key performance indicator (KPI) along with a variety of supporting information, including:
11+
12+
- Title, Subtitle
13+
- Current date and KPI status (value, indicator symbol, variance)
14+
- Line chart with KPI trend, forecast line, and other comparison lines, as well as tooltips
15+
16+
Some of the key features include:
17+
18+
- KPI Symbols. Circle, triangle, square, diamond, flag, exclamation, checkmark, arrow up/down/angle up/angle/down, caret up/down, circle empty, circle X, circle exclamation, circle checkmark, X, star empty/full. Combine with custom colors.
19+
- Rich Formatting Options. Set alternate titles, labels, and tooltips, font sizes, colors, background colors.
20+
- Layout Options. Toggle all card values on/off and choose among Top/Left/Right/Bottom layouts
21+
- Numerous Chart Features. Provides most of the functionality of the standard line chart visual in Power BI, including customizable data points, number types, precision, X-axis and Y-axis tick marks, labels and reference lines, line styles and thickness, chart legend/location, and hover-over tooltips
22+
- Total Control Over KPI Thresholds. Map your data to the desired KPI Indicators in one of two ways: 1) include a column in your data model with the index number of the symbol; 2) add a calculated column and set your own auto thresholds in the report
23+
- Auto-Scaling. Design a larger tile in your report with rich details. After pinning it to a Power BI Dashboard, you may resize to smaller versions of the tile without losing essential details and without having to create separate report tiles for this purpose.
24+
25+
See also [PowerKPI at Microsoft AppSource](https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381763)

assets/screenshot.png

138 KB
Loading

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ steps:
2424
testResultsFiles: '**/TESTS-*.xml'
2525
testRunTitle: 'Custom Visual unit-tests'
2626
mergeTestResults: true
27+
28+
trigger:
29+
- master
30+
- releases/*
31+
32+
pr:
33+
- master
34+
- releases/*
35+

0 commit comments

Comments
 (0)