Forum Discussion

highlander25361's avatar
highlander25361
Regular Visitor
3 years ago
Solved

Pie Chart split slice colours

I have a piechart created from a matrix table whuich has 4 data sources. Each source is broken down into Total users. completed test, rescheduled, excempt and Still to be tested.   What Im trying t...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi highlander25361 

    you can refer to the following example:

    e.g

    Measure = IF(ISFILTERED('Table (4)'[Column1]),IF(MAX('Table (4)'[Column1])="TableA",SUM(TableA[Column2]),SUM(TableB[Column2])),SUM(TableA[Column2])+SUM(TableB[Column2]))

    Output:

     

    Best Regards!

    Yolo Zhu

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