Forum Discussion
justinMcC
8 years agoFrequent Visitor
Filter data using slicer (1 table to another)
Hi I have a report that I need the end user to be able to categorise a 'holding' on my 'holdings table' as either beef or dairy based on a percent using a visual filter, eg slicer. The filter is...
- 8 years ago
Hi justinMcC,
Create 2 Measures to achieve this ac below.
Measure 1:
Calculate Dairy % = CALCULATE(SUMX(your_table_name, your_table_name[PERCENT_DAIRY]),ALLEXCEPT(your_table_name, your_table_name[HOLDINGID]))
Measure 2:
Category = IF([Calculate Dairy %] >= 80, "DAIRY","BEEF")
Please give a kudo and Accept the soultion if it works for you.
Thanks,
Mehbub- India
mehaboob557
8 years agoResolver III
Show me some output how you need.
If possible create a new forum post and send me the link . I will check and if possible i will help
justinMcC
8 years agoFrequent Visitor
Hi mehaboob557
I created another topic on forum, here is the link:
http://community.powerbi.com/t5/Desktop/Turning-a-column-into-a-measure/m-p/331989#M148440
Any help you could give would be much appreciated
Thanks