- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DAX for attributes which exist in a single column
Hi,
I have a situation where a dataset has a number of attribute values in a single column and I need to be able to filter report visuals based on the selection of attribute values., so that they show the number of properties which match each combination of attribute values. Some sample data is as follows for the Dimension and Fact tables. Could anyone advise what the best way would be to do this in DAX or whether a better method would be splitting out the dimension values which currently reside in a single column ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @PaisleyPrince ,
Please try the below using Power Query
1. Split the "Attributes" column by the delimiter ";" , and then use the "Unpivot" feature to move those split values into rows.
2. Create a relationship between the unpivoted "Attributes" column and the "DIM Code" in your Dimension table.
3. This setup will allow you to filter properties based on their individual attributes via slicers or filters.
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @PaisleyPrince ,
Please try the below using Power Query
1. Split the "Attributes" column by the delimiter ";" , and then use the "Unpivot" feature to move those split values into rows.
2. Create a relationship between the unpivoted "Attributes" column and the "DIM Code" in your Dimension table.
3. This setup will allow you to filter properties based on their individual attributes via slicers or filters.
If you find this helpful , please mark it as solution and Your Kudos are much appreciated!
Thank You
Dharmendar S

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-06-2024 04:51 AM | |||
04-27-2024 03:07 AM | |||
05-19-2024 09:29 PM | |||
03-27-2024 11:15 AM | |||
07-09-2024 07:58 AM |
User | Count |
---|---|
14 | |
14 | |
11 | |
11 | |
8 |