I have table visual with multiple measure value.so if i select customer name in the table ..the average spending (measure value) should be visible in my card.
Thanks in advance for your help☺️
How to make a card visual blank ? The values should display only when i select the item in table orelse it should be blank.is there any way to do it?
use HASONEVALUE or ISFILTERED to check if anything is selected. If not, set the card measure to return BLANK().
Please provide a more detailed explanation of what you are aiming to achieve. What have you tried and where are you stuck?