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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
madscientist
Frequent Visitor

Ignoring Legend filter

Good day all,

 

I currently have a stacked bar chart with two products having the following annual sales:

 

ProductYear 1Year 2Year 3
A101010
B102030

 

I also have a slicer setup with values that allow me to filter out products with total sales over various thresholds (e.g >$5M, >$20M, etc).

 

When I select >$20M on the slicer, I see both products as single bars which makes sense as their totals are $30 and $60 respectively.  However, when I bring in Year as a legend, the only bars visible in the chart are for Product B, Years 2 and 3 only.  Is there a way to ignore the product size slicer when the Year legend is applied?

 

The measure I am using is: product sales = if( Calculate( [sales])>=Selectedvalue (productsize_slicervalue), Calculate ([sales]),Blank())

 

Thanks for your insights!

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

Hi @madscientist ,

 

Try to unpivot your table like:

 

Capture2.PNG

 

And you measure will work.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@amitchandakHi - in the underlyding dataset, year is already in a row via a calendar table (along with all other date-related attributes).

Hi @madscientist ,

 

Try to unpivot your table like:

 

Capture2.PNG

 

And you measure will work.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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