We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hello,
I have a table with a subset of ID's, when I selects a row from this table I want a query to execute using this value.
For this, I've created a new measure, Target_ID that does a SELECTVALUE, of the active row in the main table.
What I'm not understanding is how to inject this new measure, target_ID, in the query that I have.
Query :
let
T_ID = "10",
Source = Sql.Database("LocalHost", "AdventureWorks", [Query="select a.* from(#(lf)select '1' as ID#(lf)union all#(lf)select '2' as ID#(lf)union all#(lf)select '3' as ID#(lf)union all#(lf)select '4' as ID#(lf)union all#(lf)select '5' as ID#(lf)union all#(lf)select '6' as ID#(lf)union all#(lf)select '7' as ID#(lf)union all#(lf)select '8' as ID#(lf)union all#(lf)select '9' as ID#(lf)union all#(lf)select '10' as ID#(lf)) a#(lf)where a.ID ='"&T_ID&"'", CommandTimeout=#duration(0, 0, 5, 0)])
in
Source
Thank you for your time and help! 🙂
Hi @Anonymous ,
Waht is your desired result? Could you mean if you select ID 2, it will retrun ID 10 with direct query mode? Is there any logic about it?
Regards,
Daniel He
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |