DAX Function Guide
CUSTOMDATA
Sam McKay
CEO & Founder
How does the CUSTOMDATA work?
CUSTOMDATA Formula Syntax
CUSTOMDATA (
)
How do you use the CUSTOMDATA?
This function is commonly used implementing expressions for role based security when an application uses custom authentication.
Related Blog Posts
Loading
Considerations when using the CUSTOMDATA?
If the custom data flag is not passed in, this will return False; otherwise, it will return True only if the region for the current row equals the one passed in via the connection string.
If you use the Role when viewing a pivot table based upon your model, you’ll see nothing.
One way to edit the connection string used is to choose this ribbon option.
Related Video Tutorials
Loading
Formula examples using the CUSTOMDATA
=IF(CUSTOMDATA()=”OK”, “Correct Custom data in connection string”, “No custom data in connection string property or unexpected value”)
IF ( CUSTOMDATA () = “”, FALSE (), Region[RegionName] = CUSTOMDATA () )
strtoset(“{([People Matter Fee Earner].[BU Login].[BU Login].[“+CustomData()+”])}”)
Related Courses
Loading