Forum Discussion
Card visual not showing selected value
- Anonymous2 years ago
Hi Nari1998 ,
There could be several possible causes and fixes for this problem.
Check the filters on page B: Make sure that the division column is listed in the filters on page B. Sometimes, hidden filters can affect the card visual’s functionality. You can also try to clear all filters and slicers on page B and see if the card visual works as expected.Use a different measure: You can try to use a different measure to display the selected value on the card visual. For example, you can use MAX instead of SELECTEDVALUE. The measure would look like this:
Selected Division = MAX(‘REPORTS DIM_DIVISION_PROJECT_BEU’[DIVISION])Use conditional formatting: You can use conditional formatting to show or hide the card visual based on the selection in the slicer. You can create a measure to check if there is a filter on the division column and display a custom value or blank when nothing is selected. You can also create another measure to render the card visual blank when nothing is selected.
Solved: Show custom value on card visualization when nothi... - Microsoft Fabric Community
Show or Hide a Power BI Visual Based on Selection ✅ - Excelerator BI
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So i made a copy of the divsion bar chat to a blank page and also create the card visual on another blank page in order to do drillthough. The strange thing is that it works perfectly fine on the blank pages, so why is it not working on current page?
Click on the card and make note of any filters that may be limiting its functionality.