Forum Discussion

ilTac's avatar
ilTac
Frequent Visitor
5 years ago
Solved

Need Help With Matrix

Hi everyone, i'm fearly new with Power Bi and i would like your help with this issue. My database looks like this:   and i would like a rapresentation that shows for each sector the activit...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi ilTac ,

    Please update the formula of measure as below and check whether it can get your desired result:

    Measure =CALCULATE( CONCATENATEX ( DISTINCT ( 'Table'[Activities] ), 'Table'[Activities], "," ))

    or

    Measure =CALCULATE( CONCATENATEX ( VALUES( 'Table'[Activities] ), 'Table'[Activities], "," ))

    If the above one is not applicable for your scenario, please provide the requirement with sample data and your expected result. Thank you.

    Best Regards
    Community Support Team _ Rena Ruan
    If this post helps, then please consider Accept it as the solution to help the other members find it more.