Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vjnvinod
Impactful Individual
Impactful Individual

card only shows first or last value

Hi Community,

 

when i use Card for data visualization filter, it only shows the first or last field from the coloumn.

is there a way, we can show that as "All".

 

also when i click on charts or slicer my bar charts info gets faded, which apparently i don't wish to see it, how can we make sure that if i click any of the filters ,charts/bar graph shows as full(see below)

 

shapes fading.JPG

1 ACCEPTED SOLUTION
SivaMani
Resident Rockstar
Resident Rockstar

 @vjnvinod,

 

Problem 1:

 

Create a measure like below and add it in the Card visual,

SelectedValue = SELECTEDVALUE(fieldname, BLANK())

 

Problem 2:

 

There is an option called Edit Interactions. With this option, you can control the interaction between visuals.

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

 

Thanks,

Siva

View solution in original post

3 REPLIES 3
SivaMani
Resident Rockstar
Resident Rockstar

 @vjnvinod,

 

Problem 1:

 

Create a measure like below and add it in the Card visual,

SelectedValue = SELECTEDVALUE(fieldname, BLANK())

 

Problem 2:

 

There is an option called Edit Interactions. With this option, you can control the interaction between visuals.

https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions

 

Thanks,

Siva

vjnvinod
Impactful Individual
Impactful Individual

@SivaMani

 

thanks for this, this helps,

 

Can you also help me with , i have a coloumn, with details account Name details

But there are some names which is completely in uppercase,  I Need change those upper case accounts to something like below

 

My current coloumn feld name: RAJESH RAM

Expected one: Rajesh Ram

Hi @vjnvinod,

 

You can try to combine use UPPER with FIRSTNONBLANK/LASTNONBLANK functions to get first/last non blank UPPER text.


Dax function reference:

FIRSTNONBLANK Function (DAX)

LASTNONBLANK Function (DAX)

UPPER Function (DAX)

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.