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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.