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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
GSathishKumar
Regular Visitor

Dax Query to Map URL to Test field

Hello all,

I have a matrix visual in which i have Status, Summary and Case No. and i want URL to be mapped with Case No. so that when i click on Case No. that corresponding URL should be opened. and i don't want to use that URL onto the matrix visual. Can some one help me to find a solution to this scenario.

5 REPLIES 5
v-yifanw-msft
Community Support
Community Support

Thank you  @johnbasha33  for your prompt reply.

Hi @GSathishKumar ,

May I ask if your problem has been solved. If the above reply was helpful, you may consider marking it as solution. If the problem is not yet solved, please feel free to ask us a question.

 

Best Regards,

Ada Wang

johnbasha33
Solution Sage
Solution Sage

@GSathishKumar  first you need to select your visual and follow these steps so your case no will be highlighted as url and you can click on case no it will take you to the URL. let me know if you need any further help.

johnbasha33_0-1715151978394.png

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

If i add Case no. onto the value field only i can map url to case no, for that i even created dynamic dax query to pick url based on case no., and when i apply conditional formatting on case no field to map the url, i am able to get the desired result. but it's not picking all of the rows, duplicate values its ignoring.

johnbasha33
Solution Sage
Solution Sage

@GSathishKumar 

To achieve this scenario, you can use the "Drillthrough" feature in Power BI. Here's a step-by-step guide:

1. **Create a separate table**: First, create a separate table that contains the Case No. and corresponding URL.

2. **Define relationship**: Ensure there's a relationship between this new table and your existing data table, using the "Case No." column as the linking field.

3. **Configure Drillthrough**: In the Power BI report view, select the matrix visual. Go to the "Format" pane, and under the "Drillthrough" section, enable the "Drillthrough" option.

4. **Define Drillthrough page**: Create a new page in your Power BI report. Add a table or any other visual where you want to display the details corresponding to the Case No. This page will be your Drillthrough page.

5. **Add URL navigation**: In the Drillthrough page, add a "Web URL" button or shape. In the properties of this button or shape, set the URL to be the corresponding URL from your new table, based on the selected Case No.

6. **Configure Drillthrough action**: Go back to the main page with the matrix visual. Right-click on the "Case No." field in the matrix, then select "Drillthrough" > "New Drillthrough". Choose the Drillthrough page you created in step 4.

Now, whenever you click on a Case No. in the matrix visual, it will navigate to the Drillthrough page, where you can click on the Web URL button to open the corresponding URL.

This approach allows you to keep the URL separate from the matrix visual and provides a clean solution for opening URLs based on the selected Case No.

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

@johnbasha33 requirement was like on the same report page when i click on case no, it should open the url corresponding the case no.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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