Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
HI
I have a group of notifications like this
Asset Model Failure Name Condition Rating Total Risk Work Centre Notification NUmber
A 1 10 5 A 12
A 1 10 7 B 13
A 1 10 8 A 14
A 2 9 5 A 15
A 2 10 7 A 16
B 3 5 8 A 17
C 4 6 9 A 18
C 4 6 5 A 19
What I want to do is create a table that calculates the median risk for each Asset Model - Failure Name - Current Condition Rating combination. There is a slicer on the page which is Work Centre.I want this table to be able to be dynamic and change when the slicer is changed between work centre. So the table summarises all the data, but if someone chooses work centre A, then only those notifications are considered and the median is calculated for those. The hard part is, I want these combinations to be ranked. I also want this ranking to be plottable. So far I have been able to create the table by just brnging in the columns and I created a measure :
It does not start at 1. So that is my first issue.
Then When I go to plot it as a scatter plot I put in these as my inputs
and I get a plot like this
This is ranking every notification. But I want them ranked via the combination and the combination median risk rank
So In rank 1 it would be the 2 notifications for crossarm tilted and their individual total risk outputs plotted in the y axis
in rank 2 it would be one notification for surface degraded etc
And I want these to dynamically change an recalculate when I change the slicers for the work centre
Hi there,
I think you might need your ranking to be based on a column not a table which it appears to be. I have used rankings where I am ranking countries by spend here is my formula
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |