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
ybicalways
New Member

Parameter / LookupValue / Slicer

HELP! What I would like is a slicer to control a parameter. That will be combined with a column that results in a lookupvalue from another table. Any ideas? FYI, I am a rookie that is learning on the fly. TABLE is 'CUCDataOH-OR-TR' PARAMETER is Priority IDTR = Priority[Priority Value]&" - "&'CUCDataOH-OR-TR'[Whse] My "Priority" slicer works fine, but doesn't update in the table above If it works properly it will lead to this blow TransferToWhse = LOOKUPVALUE(TrPriorityShip[To Whse],TrPriorityShip[IDTR],'CUCDataOH-OR-TR'[IDTR]) @amitchandak
2 REPLIES 2
v-yetao1-msft
Community Support
Community Support

Hi @ybicalways 

Has your problem been solved ? If it has been solved , please attach your reply and accept it as the solution to help the other members find it more quickly . If it has not been solved , please provide your pbix file and the result you want to help us to deal with the problem easier .

 

Best Regard

Community Support Team _ Ailsa Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@ybicalways , Not very clear, You need share a data example.

1. A slicer can not initialize another slicer.

2. We can reduce value of another slicer

To do that we can use a common fact or A measure to pass the value.

Assume Dim1 and Dim2 has common fact. Then you can use countrows(fact)  not blank in the slicer's visual level filter

 

Assume Table 1 and Table 2 are independent tables with common column A

then  for Table a

Create measure  

countrows(Filter(Table1, Table1[A] in values(Table2[A] ) ) , Again use this in the slicer of table1 a s visual level filter and check for not blank

 

 

 

if you want to copy values across

refer 4 ways to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8

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.