Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
Solved! Go to Solution.
@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
This seems to be a good alternative. Thanks!
@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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |