- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Dynamic parameters from SQL Server · Direct Query
Hello,
I'm need to do some Dynamic queries with parameters.
1.- Power Querty parameter defined as:
2.- Dynamic table import: dimCountries, pais_id the key field.
Power M syntax:
let
idpais = Number.ToText(pais_id),
tmp_param = Text.Combine({"select * #(lf)from dim_paises #(lf)where pais_id > ", Number.ToText(pais_id)}),
Source = Sql.Database("sd03053", "MKTPBI", [Query = tmp_param])
in
Source
3. Table: parameterLink = GENERATESERIES(1,999,1)
4. Modelling:
----
I need to choose a value from parameterLink table to perform a Direct Query and retreive the rows from dimCountry (pais_id) that are > to that parameter value.
Example: if I choose parameterLink = 17 then table must show results only starting from 'Andorra'
The main problem is... that it doesn't work.
Thanks!
Luis
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Anonymous , As far as I know, Dynamic M parameter is not supported for SQL server
check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@Anonymous , As far as I know, Dynamic M parameter is not supported for SQL server
check

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
10-25-2024 06:26 AM | |||
10-22-2024 09:54 PM | |||
05-10-2024 12:19 PM | |||
Anonymous
| 03-08-2024 06:01 AM | ||
05-18-2024 08:56 AM |
User | Count |
---|---|
127 | |
114 | |
74 | |
59 | |
46 |