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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Role playing dimensions SSAS Tabular

Hi, Don't want to use a Dax formula in my calculations if i want to use my date table multiple times. Could you add the Role playing dimensions to SSAS tabular like this is possible with a SSAS SSAS Multidimensional Cube.
Status: Needs Votes
Comments
guido_vries
New Member
You can create a calculated table based on your initial dimension.
bgerhardi
New Member
calculated tables still need a lot of configuring. all properties - Format strings, calculated columns etc are not copied, it only copies the raw partition columns. There is a solution here and something with less boiler plate code would be better https://martinschoombee.com/2020/06/24/a-user-friendly-way-to-deal-with-role-playing-dimensions-in-power-bi/ Potentially could use Calculation Groups to extend this idea however it means that we would end up with one calculation group per table that needed it which would extend the cube complexity for end users. Better to build something in as a first class citizen.
fbcideas_migusr
New Member
Status changed to: Needs Votes