Forum Discussion
laurentalp
4 years agoFrequent Visitor
Filter a column using other column in the same table
I have a table with all procedures from a hospital, but with more fields that I use in another page. Like this: (let's call this table 'PROCEDURES') Procedure Requesting doctor specialty Perf...
- 4 years ago
I achieved the result using other solution:
Instead all procedures in one table, I made one table with only medical appointments and other with exams and other procedures, and created a relationship between performing doctor on table A and requesting doctor on table B.
amitchandak
4 years agoSuper User
laurentalp , visual will only pass the non summarized column and ant slicer. In filter forced in measure will not pass. for that you can use the measure in first visual as visual level filter in second visual
laurentalp
4 years agoFrequent Visitor
Thank you by your reply, I will try another way