Forum Discussion
LD
5 years agoFrequent Visitor
Help on Power KPI Matrix
Dear All, Please, I'm building a new Table for Power KPI Matrix (Call Table KPI Matrix), and I'm taking the data from another table (Call Table Raw Data). My problem, now, is to duplicate the Da...
- 5 years ago
LD , Try a new table like
crossjoin(Distinct(Table[Date]),distinct(Table[category]))
amitchandak
5 years agoSuper User
LD , Try a new table like
crossjoin(Distinct(Table[Date]),distinct(Table[category]))