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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
PaisleyPrince
Helper II
Helper II

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 ?

Screenshot 2024-09-18 102514.png

1 ACCEPTED SOLUTION
dharmendars007
Memorable Member
Memorable Member

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

LinkedIN 

 

View solution in original post

1 REPLY 1
dharmendars007
Memorable Member
Memorable Member

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

LinkedIN 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.