Forum Discussion
Chavas
5 years agoHelper II
Remove rows based on another table
Hello all. I am trying to optimize a little bit my report. I have two main objects which are related. The main one it is called Ticket, and it has an ID and Status The second one are tasks, wit...
- 5 years ago
Chavas , In most of the connection, you have an advance option, you can give a query there. so add this query using new connection route
Chavas
5 years agoHelper II
Yay!
That is a solution!
But the problem is that I have to hardcode the status in the query. In a future, If I want to change it, I will need to redo the query or minding that I have hardcoded somewhere.
Is there any other fancy/more elegant option?
(I am quite new to PowerBI, so your solution might be the way)
amitchandak
5 years agoSuper User
Chavas , see if these can help
https://community.powerbi.com/t5/Desktop/parameterize-connection/m-p/205900#M90712
https://www.biinsight.com/power-bi-desktop-query-parameters-part-1/
- Chavas5 years agoHelper II
Copied. From now I will perform the short path as far as the clock is bitting me.
Thanks for the assistance!