Forum Discussion
rnola16
Advocate II
1 year agoUnable to change Parameters in Workspace semantics.
Hi all, I have a semantic model that uses parameters on a report that is published to a workspace. As an admin I'm able to make changes on the parameter values and run them. I'd like to have user...
- 1 year ago
Was able to configure the reason in the M code. Able to work it out with Mass Filter.
rnola16
Advocate II
1 year agoBasic query:
Select A.ssn, A.birth-dt
From Emp A where A.ssn in ( '"¶m_ssn&"') and A.birth_dt between '"&Start_dt&"' and '"&End_dt&"'.
This is using teradata as data source, custom SQL, direct query and the table has 15bill records.
I'd like the query to have the user input parameters and running it on the dat source. Haven't found any solutions, can Power BI handle large datsets and user defined input parameters ?
rnola16
Advocate II
1 year agoWas able to configure the reason in the M code. Able to work it out with Mass Filter.