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.
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.
Solved! Go to Solution.
SOLVED:
I've put a measure in the 'Daily Sales' table the returns related value from Kiosks table:
SOLVED:
I've put a measure in the 'Daily Sales' table the returns related value from Kiosks table:
@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.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
246 | |
54 | |
50 | |
45 | |
43 |
User | Count |
---|---|
287 | |
211 | |
82 | |
77 | |
72 |