Forum Discussion
Avoid repeating values for multiple fields placed in matrix visual in Values section.
- 3 years ago
I do not fully understand what you need, but look at my file, it can help you
Share sample pbix file to help you.
show measure [Bench %]
Hi Ahmedx ,
i think i was using filter from master table instead of category table. THis is working now , But i need to add multiple values so i added as below.
category = UNION(DISTINCT(Master[Comments Category]),{"Bench %","Bench count","Billable %"})
I have separate measures created for Bench % , Billable % etc
and i used switch in overall measure and if selected = Bench % retuen Bench % measure selectedvalue = Billable % return Billable % and so on , and i changed any filters coming from category table only from master table. But it is only working for one values.
please let me know if i am missing anything here
My overall measure=