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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors