Forum Discussion

steambucky's avatar
steambucky
Icon for Helper III rankHelper III
3 years ago
Solved

Calculating percentages from 2 different spreadsheets

I want to create a pie chart visual, that shows how many of my workers attended a course VS how many there are.     This is a simulation of my issue. I have 2 separate different spreadsheets.  The ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi steambucky ,

     

    You can refer to the following steps:

    (1) My test data is the same as yours.

    (2) We can click "New Measure" to create two measures:

    Attend = COUNTROWS( DISTINCT('Course'))
    Workers = COUNTROWS( DISTINCT('Workers'))

    (3) Then we can realize your needs:

     

    Best Regards,

    Neeko Tang

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