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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ranaanees
Helper I
Helper I

How to add related table column with if condition?

Hii,

I have a fSales and SalesDim tables.

fSales table have a DefaultDimension Id from SalesDim table.

In fSales table I have to add all DISPLAYVALUES as new columns based on NAME column from SalesDim table.

 

Example

 

in fSales need to add new columns  like

Area = If(SalesDim[NAME] = "Area",  SalesDim[DISPLAYVALUE])

Customer = If(SalesDim[NAME] = "Customer",  SalesDim[DISPLAYVALUE])

 

What will be the DAX syntax for fSales table in Power BI?

 

SalesDim table

dimtable.png 

Thanks

2 ACCEPTED SOLUTIONS

Hii @v-danhe-msft

 

Thank you for your detailed reply.

 

1. There is One to many relation from SalesDim to fSales.

2. In fSales table I want to add SalesDim rows as columns.

3. Means in fSales table one row will show all related columns in SalesDim.

My requirement 

fSales.png

What do you think the relation between two tables correct?

 

Thanks

View solution in original post

These are two of my tables. How to make relation ships between both? 

 

Sales_DefaultDimView.png

View solution in original post

4 REPLIES 4
v-danhe-msft
Employee
Employee

Hi @ranaanees,

From your description, I guess you want to add the related ‘SalesDim‘[DISPLAYVALUES] column based on the ‘fSales’[DefaultDimension], if so, you could refer to below steps:

1.Add index column for the two tables respectively and apply it.

1.PNG

2.Create a new calculated column and now you can see the result.

Column = RELATED(SalesDim[Displayvalue])

3.PNG

You can also download the PBIX file to have a view.

https://www.dropbox.com/s/lnzkvcllk9um21f/How%20to%20add%20related%20table%20column%20with%20if%20co...

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hii @v-danhe-msft

 

Thank you for your detailed reply.

 

1. There is One to many relation from SalesDim to fSales.

2. In fSales table I want to add SalesDim rows as columns.

3. Means in fSales table one row will show all related columns in SalesDim.

My requirement 

fSales.png

What do you think the relation between two tables correct?

 

Thanks

These are two of my tables. How to make relation ships between both? 

 

Sales_DefaultDimView.png

ranaanees
Helper I
Helper I

Help Please...

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.