Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not 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 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

https://we.tl/t-e8us4WyiHL

1 ACCEPTED SOLUTION

4 REPLIES 4
stevedep
Memorable Member
Memorable Member

Hi,

 

You need to unpivot the data first:

2020-06-02_18-41-44.gif

 

File is available here.

 

Kind regards, steve.

ps. please mark as solution when this is what you are looking for. 

Anonymous
Not 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.

Hi,

its possible to retain the vendor column so you can filter. 

2020-06-02_19-03-11.gif

Anonymous
Not 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.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.