Forum Discussion
No respect filter when use table constructor with DAX
- 6 years ago
Hi,
its possible to retain the vendor column so you can filter.
Hi,
You need to unpivot the data first:
File is available here.
Kind regards, steve.
ps. please mark as solution when this is what you are looking for.
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.
- stevedep6 years ago
Memorable Member
Hi,
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.