Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
I have successfully cross filtered another report via web URL, however am running into a strange issue.
I have managed to create via DAX the web URL string that I want, for example, the output is this:
Note that i've used the in filter clause and there are 3 keys seperated by comma in the above example.
The output of the DAX is correct as I can copy it from the table and paste it into the browser and it works.
However when i enable it via the web link icon/ conditional format - WEB URL and click on it, it leads me to the report with the following link:
Note the string inside the paranthesis is gone completely.
The DAX code is very straight forward:
The column input_keys contains the value already pre-formatted, such as:
INPUT_KEYS
%27ACURITY%7C108965%27,%27SONATA%7CN14226%27,%27SONATA%7C30082%27 |
Not sure why PBI is deleting the string value from my DAX when rendering the table visualisation via front end - Does anyone know why?
Many thanks
Oneiricer
Hi @Oneiricer ,
Say you're working in Power BI Desktop. You want to create a report that has links to other Power BI reports, but you want to show only some of the information in the other reports. First, filter the reports using query string parameters and save the URLs. Next, create a table in Desktop with these new report URLs. Then publish and share the report.
I have a test:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Eyelyn,
Not sure how your post solves my problem - i am able to generate the URL correctly via DAX.
However when i enable it via the web URL functionality, the dynamically generated text inside the parantheses disappears:
from
...?filter=d_x0020_ERRD%2FBASE_KEY%20in%20(%27ACURITY%7C108965%27,%27SONATA%7CN14226%27,%27SONATA%7C30082%27)
to:
...filter=d_x0020_ERRD%2FBASE_KEY%20in%20()
See how the text inside the parenthesis is cut? Do you know why that is the case?
bumping this for more visibility
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
99 | |
98 | |
38 | |
37 |
User | Count |
---|---|
158 | |
120 | |
74 | |
72 | |
63 |