Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 22 | |
| 21 | |
| 13 |
| User | Count |
|---|---|
| 66 | |
| 56 | |
| 45 | |
| 45 | |
| 30 |