Forum Discussion
Measures Interaction with the table values displayed
Hello @skis ,
Could you provide the formula for the following 4 measures? Do you want to display the different visual database data in the card value? Actually, the card cannot filter any other visuals. You can use the method in this blog as a workaround.
1. Order received
2. Orders sent
3. Orders in the shipped
4. Orders on pending orders
Best regards
Community Support Team _ Rena Rouan
If this post helps,then consider Accepting it as the solution to help the other members find it more.
Hi,
Initialy I created 4 measures and it didn't filter out my other table visuals. Then, I created a column using CASE WHEN in MS-SQL(my data source) and gave the criteria for my measures. So, now I have all my four measures as a column values in the tabel. In terms of visual, I created 4 differernt tables for each measure and just diplayed them as a single value in each table. And then, I kept a master table visual below that, so that when ever I choose any one of the four table values (earlier it was measures), it filters out my master table visual.