Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Small Multiple - Unsync Axis

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 ...

 

  1. Is there a fix to this problem?
  2. Is there another visualization that I can use?
  3. Is there a DAX fix to that?
    • I tried to use the switch() for each category to get the max and min of the Y-axis. but didn't work. 
    • I tried to use 4 separate line charts (since I want to show the top 4) but the user what to have the ability to select a couple of categories and dynamically see the top 4 features among the selected ones in 4 line charts. 
      With that requirement, I couldn't find a way to dynamically calculate the RANK and pass it as a filter to the line chart. 

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])
        )
    )
)

 

 

2 REPLIES 2
Anonymous
Not applicable

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.

Anonymous
Not applicable

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. 

MShirvin_0-1647358544766.png

MShirvin_1-1647358896125.png

 

 

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.