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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
BachDinh
Helper I
Helper I

Creating a calculated column populating it's values based on an related, filtered table (x2)

Hi, 

 

I am trying to create a column which values are based on a value present in a related table, and a category in a table related to that related table. 

Table Model.png

 Looking at the model above, I am trying to assign a product category based which Kiosk[kiosk_concept] it has sales in.  

I've tried
IF (
COUNTAX('Daily Sales', RELATED(Kiosks[Kiosk_Concept]) IN {"abc", "xyz"}) > 0
,1
,0

But it doesn't seem to work correctly. 

1 ACCEPTED SOLUTION
BachDinh
Helper I
Helper I

SOLVED: 
I've put a measure in the 'Daily Sales' table the returns related value from Kiosks table: 

LASTNONBLANK(SELECTCOLUMNS(RELATEDTABLE(Kiosks),"kiosk_concept",[Kiosk_Concept]),TRUE())
This seems to work when referred to in the products table.

View solution in original post

2 REPLIES 2
BachDinh
Helper I
Helper I

SOLVED: 
I've put a measure in the 'Daily Sales' table the returns related value from Kiosks table: 

LASTNONBLANK(SELECTCOLUMNS(RELATEDTABLE(Kiosks),"kiosk_concept",[Kiosk_Concept]),TRUE())
This seems to work when referred to in the products table.
Greg_Deckler
Super User
Super User

@BachDinh Well, if you are trying to create that colum in Products table then the Kiosks table is not really related to the Products table. Try changing your Kiosks to Daily Sales relationship to "Both" instead of a single direction.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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