Forum Discussion
Filter data using slicer (1 table to another)
- 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
Hi mehaboob557
Thanks for all your help, your solution worked
The next step I have however is to create a chart from the results, ie Beef = 4, Dairy = 4, however I cant use a measure is a chart
Do you know how to turn a measure into a column?
Again thank you for the above, your help was much appreciated
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
- justinMcC8 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