Forum Discussion
Report Filter
There are upwards of 140 + machines in each location. we are needing to select whichever machine and see the costs for each on a seperate tab as well as by area or groups of machines
Hi lrockwell,
Do you want to show data of each location(site name) on each tab (report page)? Unfortunately, this cannot be achieved automatically. You should create same report on multiple tabs(pages) and add site name into page level filter. Then select different site name for each page.
If what I mentioned above is not your requirement, do you mean you want to show the Site Name/Asset Number which has been selected currrent on report body to tell users which chemical cost to relate to that volume added? If so, you could create a measure like below, and add this measure in a card visual:
Asset Number selected=Max(Table_name[Asset Number])
Regards,
Yuliana Gu