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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
mscla
Advocate I
Advocate I

slicers that defines exclusives contracts for each seller

Hi everyone, 

I need a help with something that seems to be easily, but, I didn't' found any solutions

 

I have a list of contracts in the Main Table, then, I have 3 columns for each seller, that is, if the value is 1 then it means that this contract can be assign to the sellers: ING, COM, DES.

 

mscla_2-1718007716551.png

my objective is to create 3 tables (matrix visual), one for each seller, and create slicers in which I can remove a certain seller from a certain contract.

 

For example, in the Table ING if I unassign all contracts from DES and COM, it means that I am assigning all exclusive contracts to ING, so I want the other tables to delete the contracts that have already been assigned to ING in table 1

 

how can I do that?

Do I have to work with Power automate?

 

sales_asssign.pbix 

 

1 ACCEPTED SOLUTION
4 REPLIES 4
mscla
Advocate I
Advocate I

thanks Yilong,

 

I'm trying another solution..
In fact, I have to create 3 tables with unique contracts for each COM, ING and DES.

I tried to do this using Power Automate to create a SharePoint list, but the flow run to bring the data back to the dataset is too slow..

 

Do you have any ideas how I can do this?

 

 

Hi @mscla ,

Sorry for the long it took to reply to you, do you have a solution or any new ideas now?

 

 

Best Regards

Yilong Zhou

v-yilong-msft
Community Support
Community Support

Hi @mscla ,

I think you can create a measure and a calculated column.

Measure = 
IF ( MAX ( 'MAIN TABLE'[ING] ) = 1, BLANK (), MAX ( 'MAIN TABLE'[contract] ) )

vyilongmsft_0-1718069911935.png

Column = 
IF('MAIN TABLE'[COM]=1,BLANK(),'MAIN TABLE'[contract])

vyilongmsft_1-1718069961324.png

So you can try these codes and it will get you what you want.

 

 

 

 

Best Regards

Yilong Zhou

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

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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