Forum Discussion
Filter context on a card visual
- 3 years ago
Thanks.
In fact I had a thought overnight and solved it. The issue was that in the FOH Productivity table, I was using 'Site' as the filter from the Planday reports table and not the SiteList table, and it wasn't carrying the filter through to the TevalisReports sales data. Perhaps in future it would be good practice to give a different name to a field in a dim table such as SiteList to avoid this confusion?
Hi matt_r_p,
Instead of using:
FOH Productivity = DIVIDE([Total Sales],[Total FOH Hours])
Use:
FOH Productivity = SUM('Tevalis Report'[Sales]/'Tevalis Report'[FOH Hours])
Works for you? Mark this post as a solution if it does!
- matt_r_p3 years agoNew Member
Thanks.
In fact I had a thought overnight and solved it. The issue was that in the FOH Productivity table, I was using 'Site' as the filter from the Planday reports table and not the SiteList table, and it wasn't carrying the filter through to the TevalisReports sales data. Perhaps in future it would be good practice to give a different name to a field in a dim table such as SiteList to avoid this confusion?