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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PK_PBIBoss
Frequent Visitor

Measures not working for Chart Visual

I need to display top 10 Products for the Year on the cards and it changes randomly so I have created a Rank Measure but i am unable to use under visual filter and add the Category/Product Name as well. Any idea 

 

PK_PBIBoss_0-1593450292415.png

 

1 ACCEPTED SOLUTION

Hi @PK_PBIBoss 

Add measures in card visuals

rank = RANKX(ALLSELECTED('Table 2'),CALCULATE(SUM('Table 2'[sale])),,DESC,Dense)

top1 = CALCULATE(MAX('Table 2'[product]),FILTER('Table 2',[rank]=1))

top2 = CALCULATE(MAX('Table 2'[product]),FILTER('Table 2',[rank]=2))

Capture2.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Drag the Rankx measure to the filter section and select Less than equal to 10.  Create a Table visual and drag products and revenue there.


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

I know Table filters work but for Card the Visual filter does not work with the Measure.... As I need to place 10 cards and it needs to change dynamically as per the year basis and matrix dont give the same impact.....

amitchandak
Super User
Super User

Thanks for responding @amitchandak but that is also a measure that will not work in the chart visual filter.... I want to place 10 cards each displaying one rank ( i.e. Rank 1 or Rank 2 or Rank3 ...) and once the year slicer is change these chart change the products accordingly.... 

Hi @PK_PBIBoss 

Add measures in card visuals

rank = RANKX(ALLSELECTED('Table 2'),CALCULATE(SUM('Table 2'[sale])),,DESC,Dense)

top1 = CALCULATE(MAX('Table 2'[product]),FILTER('Table 2',[rank]=1))

top2 = CALCULATE(MAX('Table 2'[product]),FILTER('Table 2',[rank]=2))

Capture2.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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