Forum Discussion
Report Filter
I have a report that I am trying to take the volume added of a chemical (by asset number) and calculate the costs of the chemical by the volume added. I have been unable to make the connection between the two. Often times there are more than one chemical used on a single asset so somehow i have to tell it which chemical cost to relate to that volume added. Any help is appreciated.
Hi lrockwell,
You want to distinguish chemical cost between multiple types of chemical because of the multi-selected values from a slicer, right?
What if adding the asset number into legend section of the chart visual?
Regards,
Yuliana Gu
- lrockwell9 years agoFrequent Visitor
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
- v-yulgu-msft9 years agoMicrosoft Employee
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