March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello
I am trying to summurize in a matrix visual for each of suppliers how many part are shared among different plants and how many parts are not.
I have this raw data:
and below summary I would like to get in a matrix visual:
Thank you for your support
Solved! Go to Solution.
Hi,
Here is one way to do this:
I modified the example data a bit.
Note that this would be easier if you have a dimension table for parts and plants instead of one table.
Dax:
Proud to be a Super User!
What's you issue? You just need to make 3 measure with distinctcount like this:
Measure1= distinctcount(table(plant served))
Measure2= distinctcount(table(part shared))
then you put the supplier column and the measure in a matrix or table
Hello Gabry,
If I do as you suggest, I will get the total count of Material by plant but I would like to have separetely the count of material that are shared to different plant.
Exampe material ABC from supplier 100 is common to plant A and B so resutl is 2, while DEF material from supplier 200 is commom to plants A B and C so the total is 3
Hi,
Here is one way to do this:
I modified the example data a bit.
Note that this would be easier if you have a dimension table for parts and plants instead of one table.
Dax:
Proud to be a Super User!
Thank you so much it works!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
22 | |
19 | |
17 | |
9 | |
5 |
User | Count |
---|---|
37 | |
29 | |
16 | |
14 | |
12 |