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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
BLUE_SKY
Frequent Visitor

How to Make Rankx DAX with multi-Row and Slicer in Matrix without +-option and step.

Hello, 

 

I want to make "Rankx DAX" with multi-Row and Slicer in Matrix without +-option and stepped layout.

 

So, I make Dax Like This. 

================================================

C_Likeability = AVERAGEX('LIKEABILITY',LIKEABILITY[LIKEABILITY])
 
C_RANK_LIKE =
RANKX(
    ALL('LIKEABILITY'[PRODUCT],LIKEABILITY[COLOR],LIKEABILITY[SIZE]),
    LIKEABILITY[C_Likeability]
)

===================================================
[Power BI]

BLUE_SKY_0-1713569161855.png

I make visualization like this. 

I don't use +/- icon and  stepped layout because this format is more simple.

When I checked Coutry Slicer and AGE Slicer, C_RANK_LIKE has Changed dynamically.

BLUE_SKY_1-1713569406216.png

I satisfied with this operation for Country and AGE Slicer.

These features (country and age) don't include in this matrix.

 

--------------------------------------------------------------------

Next, i click color slicer. Color include in this matrix. 

Result is this. 

 

BLUE_SKY_2-1713569571933.png

 

I want like this. 

BLUE_SKY_3-1713569630572.png

C_RANK_LIKE has changed dynamically.

 

==========================================

How to solve this issue. Please Help.

 

https://drive.google.com/file/d/1nWCfwX-5sXmbBYLhflUn5p_Pc0CJ6O9N/view?usp=drive_link

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

Change ALL To ALLSELECTED.

Hope this helps.

Ashish_Mathur_0-1713582588738.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
BLUE_SKY
Frequent Visitor

Thank you for your help!!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Ashish_Mathur
Super User
Super User

Hi,

Change ALL To ALLSELECTED.

Hope this helps.

Ashish_Mathur_0-1713582588738.png

 


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.