Forum Discussion
FILTER on multiple tables
- 8 years ago
Hi andrewsk
As a NEW TABLE, try this
New Table= FILTER ( 'Product Data', 'Product Data'[ProductCategory] = "Mountain Bikes" && CALCULATE ( AVERAGE ( 'Sales Data'[Unit Price] ) > 1000 ) )
FILTER function is an interator. All ITERATORs (like FILTER,SUMX,MAXX etc) work in folllowing fashion.
1) They create a ROW context on the TABLE received as first argument2) They evaluate the second expression for each ROW of that TABLE
However FILTER only provides ROW context and not the FILTER context.
Calculate transforms that row context into filter context allowing you to work with relationships
Hi Team, Please help me with my question
If I have enter the CF number in Above then All three table can be filter together
IF above enter the CF Number then 1st Table is working fine but I want all those rows should be display on 2nd table which come under the CF numbers
Then if I will select the any row in Phase Plan table then
below table resepective rows can be show in below 3rd table.
if use did not enter any value in CF Number in Tab visual then below two tables Should be blank
Summarized:
User; Enter the CF number
1st table can show reseptive CF number
2nd Table can show respective rows which come under the CF number
3rd Table can show respetive rows which come under or Selection row only.
if Visual CF number is blank then 2nd and 3rd table should be blank (defualt is blank 2nd 3rd)