Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hey Everyone,
I have created a card visual which shows the details such as contract start date, Upcoming activities, Last Activity etc as shown below.
I have two filters, 1st filter to select company and second filter to select the members in the comapny. Whenever our user selects the 1st filter(i,e just the comapny) all the above cards should be blank or invisible. If the user selects the 2nd filter(i,e the member ) then the card visual need to show the details of that specific member. Currently, If the user selects any comapny from the 1st filter, the cards will show the details of the 1st member of the company based on the alphabetical order
Is there any way how I can achieve this. ? Any solution/approach is highly appreciated.
Cheer,
Praj
Solved! Go to Solution.
Hi @Praj ,
I think this can be done with new measures for each card visual:
Measure = IF( ISFILTERED('1st filter') && ISFILTERED('2nd filter') , [original measure you want to show] , blank() )
Hope that helps!
Hi @BITomS ,
Thanks for your response. I did try this before, but I am trying to show the values from the calculated columns in the card visuals and not from the measure 😞
Is there anything stopping you creating a measure for each card visual?
Thanks for your response @BITomS , The values which I am showing in the card visuals are string type and cominmg directly from the raw data columns. I am bit new to Power BI, am not sure on how to create a measure for string type columns. Is that possible ?
Cheers,
PRaj
Hey, @BITomS , I think I figured a way from your approach. seems like it works. Thanks for that!
Cheers,
Praj
Hi @Praj ,
I think this can be done with new measures for each card visual:
Measure = IF( ISFILTERED('1st filter') && ISFILTERED('2nd filter') , [original measure you want to show] , blank() )
Hope that helps!
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
16 | |
10 | |
8 | |
8 | |
7 |