Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
Below is my scenario. Any assistance would be greatly appreciated.
I have attached a pbix with the data.
One note I didn't include below was, doesn't rank A as has no services (is blank).
Filename Size URL Expires at
query.pbix |
68.07 KB |
https://tmpfiles.org/dl/922690/query.pbix |
2023-02-09 07:49 UTC |
Many thanks for viewers and attempted solutions.
Solved! Go to Solution.
Try this solution.
Data model:
Measures:
Total Complaints = SUM ( FactTable[Total Complaints] )
Total Services = SUM ( FactTable[Total Services] )
Rank = RANKX ( ALLSELECTED ( FactTable ), [Total Complaints],, ASC )
Create a matrix using DimProvider[Provider] and the three measures. Add a visual filter:
Result:
Proud to be a Super User!
Try this solution.
Data model:
Measures:
Total Complaints = SUM ( FactTable[Total Complaints] )
Total Services = SUM ( FactTable[Total Services] )
Rank = RANKX ( ALLSELECTED ( FactTable ), [Total Complaints],, ASC )
Create a matrix using DimProvider[Provider] and the three measures. Add a visual filter:
Result:
Proud to be a Super User!
Many thanks @DataInsights , I really appreciate your time and response. The visual filter is necessary I believe. I couldn't work out any other way. Thanks.
John
Glad to hear that works.
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
84 | |
49 | |
38 | |
30 |
User | Count |
---|---|
188 | |
76 | |
73 | |
54 | |
45 |