Reply
rkee10
Frequent Visitor
Partially syndicated - Outbound

Filtering with Charts on It

I have this table and with RAG status.  The way it works or how I expect to work, if I filter all the GREENs, those items with GREEN in RAG STATUS should show, including the charts or trends.  Is that possible, if yes, how?

 

rkee10_0-1741850381679.png

 

3 REPLIES 3
rkee10
Frequent Visitor

Syndicated - Outbound

can we use sparkline?

rkee10
Frequent Visitor

Syndicated - Outbound

I think you are just pertaining to the chart.  What i meant from my previous post is that I have the snapshot as an example.  That is a table with a chart/trend in it.  If i filter GREEN under the RAG STATUS, it will just show those rows that have GREEN in RAG STATUS column.  And the trends/charts that come with those rows with GREEN under RAG STATUS column should also be shown.

 

I hope this is clear.  Thanks!

freginier
Solution Sage
Solution Sage

Syndicated - Outbound

Hey there!

 

Yes, it is possible to filter your table by RAG status (GREEN) while ensuring that charts and trends remain visible in Power BI. Here’s how you can do it:

 

 

  • Click on your table visualization in Power BI.
  • In the Filters pane, locate the RAG Status column.
  • Apply a filter:
    • Set RAG Status = GREEN (or the equivalent value in your data).
  • The table should now only display items with GREEN status, while keeping charts and trends visible.

 

Other option:

If your charts disappear when filtering, it’s likely because the measure driving the chart is affected by the filter. To prevent this, modify your DAX measure so it ignores the filter on RAG Status.

Try using the ALL function to ignore the filter in your measure:

NewMeasure = CALCULATE(
SUM(YourTable[Value]),
ALL(YourTable[RAG Status])
)

 

Hope this helps!

😁😁

 

avatar user

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)