Jump to content

Power BI modeling with ADX - cheat sheet


Recommended Posts

Guest DanyHoter
Posted

Power BI modeling with ADX - cheat sheet

 

 

 

Creating Star-schema models with ADX

 

 

 

 

  1. Any dimension table should include a setting of IsDimension=true

 

mediumvv2px400.png.e3d0c63376dc1071d82091ac9d411daa.png

 

 

 

  1. Relationships between DQ tables are created as M:M by default. This is not a problem and even recommended with single direction.

 

mediumvv2px400.png.c231e54ddd4e431539784016a816691e.png

 

 

 

  • If you want to change the relationship to 1:m , make sure to also check assume referential integrity. This will force the connector to use inner joins.

 

You can change to 1:M from the relationships properties

 

mediumvv2px400.png.0faaf28b81fafb0bd2169c78474246a7.png

 

 

 

mediumvv2px400.png.ae2fcff386b42a35e10f4b17b18c2382.png

 

 

 

 

 

 

 

 

 

 

 

 

 

  1. Dimensions in dual mode are recommended especially if you want to search on dimensions and slicers cross filter each other.
  2. Date filters, unlike string filters, are not optimal when joining the fact table.

 

Date dimensions if needed, should be imported.

 

  1. Use Strings for key columns which participate in relationships.

 

Integer columns are less optimal and should be avoided.

 

  1. Decimal columns should be avoided as they are very slow in calculations.

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...