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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
StevenT
Resolver I
Resolver I

Filtering issue

Good morning. My report has a matrix visual with a line chart visual below, and whatever I choose in the matrix visual, I want that records details to appear in the line chart.  Works good.

Trouble is, by default when I open up the report, the line chart shows line details for every single record in the matrix.

How do i set it up so that that records that I highlighted in the matrix, and saved the report, upon opening, the cursor is on the record I highlighted in the matrix?  Right now when i exit the tab and return to it, all records show up in the line chart below.

Is there a way where you click on a record in a matrix, the cursor stays on that record when the report is opened or you move off the tab and return to it?

Thanks, Steve.


1 ACCEPTED SOLUTION
speedramps
Super User
Super User

@StevenT 
No, You can not save a report with a matrix cursor  "anchor" to a row, collumn or cell.

 

Howver you could use the the HASONEVALUE to determine a roe, column or cell had been selected.

Then eitjer display your measure or a default value.

 

For example ...

IF ( HASONEVALUE(yourtablename[yourcolumnname],

[yourmeasure],

[defaultmeasure]
)

Please click thumbs up for this helpful suggestion.

Also click accept solution if it works.

Thank you 

View solution in original post

2 REPLIES 2
StevenT
Resolver I
Resolver I

This seems to be a good alternative. Thanks!

speedramps
Super User
Super User

@StevenT 
No, You can not save a report with a matrix cursor  "anchor" to a row, collumn or cell.

 

Howver you could use the the HASONEVALUE to determine a roe, column or cell had been selected.

Then eitjer display your measure or a default value.

 

For example ...

IF ( HASONEVALUE(yourtablename[yourcolumnname],

[yourmeasure],

[defaultmeasure]
)

Please click thumbs up for this helpful suggestion.

Also click accept solution if it works.

Thank you 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors