DAX Function Guide
ISSELECTEDMEASURE
Sam McKay
CEO & Founder
How does the ISSELECTEDMEASURE work?
ISSELECTEDMEASURE Formula Syntax
ISSELECTEDMEASURE (M1, M2, … )
How do you use the ISSELECTEDMEASURE?
This function returns true if one of the specified measures is currently being evaluated.
Related Blog Posts
Loading
Considerations when using the ISSELECTEDMEASURE?
Can only be referenced in the expression for a calculation item.
This function currently applies only to SQL Server 2019 Analysis Services CTP 2.3 and later.
Related Video Tutorials
Loading
Formula examples using the ISSELECTEDMEASURE
IF (
ISSELECTEDMEASURE ( [Expense Ratio 1], [Expense Ratio 2] ),
SELECTEDMEASURE (),
DIVIDE ( SELECTEDMEASURE (), COUNTROWS ( DimDate ) )
)
Related Courses
Loading