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
Anonymous
Not applicable

Drill Through Report

Dear Team,

 

When we open drill through report by passing the parameter, report gets filtered properly and slicer also shows only one value which has been passed from source report. 

 

But that value is not selected in slicer. Due to this, in other control, I used an expression to find the selected value with ISSELECTED function, is not working and showing all the values in that control.

 

Is there any way to select the slicer value. 

 

Thanks,

Deepak

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

@Anonymous,

 

If one value a time, you can try this.

Measure =
IF ( HASONEVALUE ( 'Product'[Color] ), VALUES ( 'Product'[Color] ), 0 )

Drill Through Report.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Could you please mark the proper answer as solution or share the solution if it's convenient for you? That will be a big help to the others.

 

Best Regards!
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-jiascu-msft
Employee
Employee

@Anonymous,

 

If one value a time, you can try this.

Measure =
IF ( HASONEVALUE ( 'Product'[Color] ), VALUES ( 'Product'[Color] ), 0 )

Drill Through Report.JPG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MFelix
Super User
Super User

Hi @Anonymous,

 

I don't know how you want to use the value you are fectching but if you use the expression:

Slicer_Value = MAX (Table[Column])

However if you have more than one value selected in the slicer you can try and use this formula to get a concatenated list of the values:

 

Slicer_Selection =
CONCATENATEX ( VALUES (Table[Column] ), Table[Column], ", " )

 

Check this link with a full explanation

 

Regards,

MFelix

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.