Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I am using Small Multiples. The scope of the Y-axis on the categories is different. Since all of the categories share the same axis, the last category doesn't show the spikes ...
Thank you in advance.
Here is the dynamic measure that calculates the feature rank based on the feature importance for the selected features by the user.
Rank Feature Importance =
IF(ISBLANK(SUM(Feature_Importance[Feature_Importance])),BLANK(),
RANKX(
ALLSELECTED(Feature_Importance)
,CALCULATE(
SUM(Feature_Importance[Feature_Importance])
)
)
)
Hi @Anonymous ,
Did you try to apply the [Rank Feature Importance] to the visual-filter pane, set as "is less than 5" to show the top 4?
If it does not work, could you please share more detail information to help us clarify your scenario? Or share me with your pbix file after removing sensitive data.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you @Anonymous
I Have created a sample PBIX file. Please see the screenshots and attached file for more information.
Please let me know if you have any questions.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 64 | |
| 55 | |
| 42 | |
| 38 | |
| 30 |