This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi,
I have a matrix visual here. Is there a way to make the "Last Update" column hide the values until the "Sharepoint Status" is expanded?
So when it is viewed like this, the dates should not appear. It will only appear when the "Sharepoint Status" is expanded.
Your response is much appreciated!
What error did you receive?
Proud to be a Super User! | |
This is the error:
It says the column does not exist but it already exists from the data source.
Can you share the code for [Last Update (M)] measure?
Proud to be a Super User! | |
Oh was it supposed to be a measure? What would be the measure for it?
You could likely use ISINSCOPE in the 'Last Update' measure.
Something along the lines of
IF(
ISINSCOPE(SharePoint Status),
"",
[Last Update]
)
Microsoft Learn - DAX - ISINSCOPE
Proud to be a Super User! | |
I tried this and the [Last Update] column is encountering an error.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 53 | |
| 31 | |
| 23 | |
| 23 |