Forum Discussion
Anonymous
5 years agoNot applicable
Creating a new Table based on data from another table using DAX
Hello Community,
I have loaded in a table-1 Containg the following
I need to have the data formated as below in another table..
| Average Time Spent | |
| Time Spent in Room A | xxx |
| Time Spent in Room B | xxx |
| Time Spent in Room C | xxx |
| Time Spent in Room D | xxx |
| Time Spent in Room E | xxx |
| Time Spent in Event | xxx |
But when I calculate the Average .. I want to eliminate all "0" and the calculate Average..
is there a possible solution for this?
Thanks
- Anonymous5 years ago
Used Unpivot columns option.. Thanks
1 Reply
- AnonymousNot applicable
Used Unpivot columns option.. Thanks