Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 period filter of dates, must show only values corresponding with select dates.
In table the first column is Date, second column is Vendor and de last column is Customer Satisfaction Survey.
Link for file
Solved! Go to Solution.
Hi,
its possible to retain the vendor column so you can filter.
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
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.
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
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.
Hi,
its possible to retain the vendor column so you can filter.
Proud to be a Super User!
Awesome Keyboard Shortcusts in Power BI, thumbs up if you like the article
My Community Blog Articles (check them out!)
My Blog - Power M code to automatically detect column types -
How to create test data using DAX!
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.
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |