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
johnbradbury
Helper III
Helper III

Line and Stack Graph - Line Value Filter

Graph1.JPG

 

Okay, so I have a line and stack graph which shows the number of telephone calls we had over a period of time. This is then stacked by the types of calls we get.

 

What I now want to do is show the number of important calls we got by using the line value. Unfortunetly the 'Priority Column' includes all priorities (1,2,3,4,5). But high priorities are 1 and 2. How do I filter that?

 

Menu1.JPGQuery1.JPG

2 REPLIES 2
affan
Solution Sage
Solution Sage

Hi @johnbradbury,

 

You can acheive this by a number of methods.

 

1. If you want to use this condition not only in this visual but also in some other visuals, simply write a dax formula where you can filter on priority

Calls Count = CALCULATE(COUNT(Table1[Calls]),Filter(Table1,Table1[Call Priority]<=2))

 

 

2. To only filter this visual based on priority just add the "Call Priority" to the Visual Filters and apply "less than or equal" 2.

Call priority.png

 

 

 

Regards,

Affan

 

Ashish_Mathur
Super User
Super User

Hi,

 

Drag the Call Priority column to the Visual filter section in the visualisation pane and apply the condition of less than equal to 2.


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

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.