We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
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 |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 63 | |
| 37 | |
| 34 | |
| 22 |