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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
RLSid17
Helper III
Helper III

Matrix Column Hide Values when collapsed


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?

RLSid17_0-1673373727633.png


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!

6 REPLIES 6
jgeddes
Super User
Super User

What error did you receive?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





This is the error:

RLSid17_0-1673454909170.png

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?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Oh was it supposed to be a measure? What would be the measure for it?

jgeddes
Super User
Super User

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 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





I tried this and the [Last Update] column is encountering an error.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.