How can I discover all properties (property_name) available for a dimension (e.g. [Sprint])?

I am trying to define a calculated member formula for dimension Sprint, but I would like to know all properties that Sprint would have so that I can choose the most appropriate for my goal. That would be useful to know for all dimensions. So how can I find a list of all properties available given a dimension?
Thanks!

Hi @LR_San,
You can use MDX formula to get All Properties for the Sprint dimension.

[Sprint].CurrentHierarchyMember.AllProperties

In the report it looks like this:

Also, you can use MDX auto-complete:

best,
Gerda // support@eazyBI.com