Forum Discussion
Anonymous
6 years agoNot applicable
No respect filter when use table constructor with DAX
No respect filter when use table constructor with DAX I have a table with values distributed in columns, but I need to calculate on the graph as if it were the same axis. When select perio...
- 6 years ago
Hi,
its possible to retain the vendor column so you can filter.
Anonymous
6 years agoNot applicable
Thanks Steve, but i need filter CSAT for Vendor.
In the solution you passed, it will be necessary to add a column of dates, but in this case it is necessary to make a table with all the necessary information.
I would like to execute all of these instructions in DAX.
stevedep
Memorable Member
6 years agoHi,
its possible to retain the vendor column so you can filter.
- Anonymous6 years agoNot applicable
Sorry. Steve, now i understand the solution. For application of the solution is necessary turn columns into rows.
I searched other ways, for not turn columns into rows. But thanks for solution, and i go implement in the my project.