AUS-DOH-Safety-and-Quality / PowerBI-SPC

A free and open-source PowerBI custom visual for SPC charts
GNU General Public License v3.0
39 stars 14 forks source link

Tabular view with NHS Icons #293

Closed moranm1 closed 1 month ago

moranm1 commented 4 months ago

Please would it be possible to include the ability to display data in a tabular view with the variation and assurance icons as per the example below? This is the recommended approach across Integrated Performance Reports for a lot of NHS Trusts.

image

carolineb936 commented 3 months ago

Yes Please would love this

LeslieHewitt commented 3 months ago

This is in the https://future.nhs.uk/MDC/view?objectId=118528357 Power BI Template on the FutureNHS website.

andrjohns commented 1 month ago

A summary table with icons is now implemented (see guide here for more details)

moranm1 commented 1 month ago

Hi thank you for implementing this, which version of the tool is it available in? The version on the Microsoft store is 1.4.1.4, I've downloaded it and I cant see the Grouping (summary table) field. Thanks

andrjohns commented 1 month ago

It's currently only available in the development version of the visual (installation instructions here)

We're currently completing a round of testing and gathering feedback on the implementation, before submitting to Microsoft in a month or two (depending on feedback)

carolineb936 commented 1 month ago

I have imported and tried this with my date and get an error when trying to add the NHS icons

carolineb936 commented 1 month ago

image

moranm1 commented 1 month ago

I got the same error you have to make sure you have turned on the Outlier Detection settings

andrjohns commented 1 month ago

I have imported and tried this with my date and get an error when trying to add the NHS icons

Yes, as the error message indicates, the Variation icon is meaningless if you haven't enabled the detection of any outlier patterns.

The Variation icon is used to indicate the presence of special-cause or common-cause variation, where special-cause variation is determined by the presence of an outlier pattern (astronomical point, shift, trend, etc.). If you haven't enabled the detection of any outlier patterns (i.e., the detection of special-cause variation), then the variation icon will always show common cause

carolineb936 commented 1 month ago

Is there a limit to the number of rows showing - I can only see 10 - not sure if I can show more image

andrjohns commented 1 month ago

Is there a limit to the number of rows showing - I can only see 10 - not sure if I can show more image

How many rows of data are you passing to the visual? PowerBI has a hard limit of 30 000 rows for custom visuals

There's an API to add support for fetching additional rows, but it requires some additional complexity in data management and fetching/appending updates, so I don't think I'll be able to add it for the next release

carolineb936 commented 1 month ago

It is only a few more rows I was after (eg 20) But I will filter them into groups of 10 and show 2 tables instead, until an update comes through

andrjohns commented 1 month ago

It is only a few more rows I was after (eg 20) But I will filter them into groups of 10 and show 2 tables instead, until an update comes through

Just to clarify - it's not about the number of rows displayed in the table (10 vs 20), but the amount of data being passed to the visual (e.g., the length of the numerator column) - so you might still receive the same warning when filtering to groups of 10 if the resulting data exceeds 30 000 rows

carolineb936 commented 1 month ago

Sorry If I am being a bit dense but if I filter on top 10 and bottom 10 it works OK and the underlying data rows are the same