How To Load Data In Power BI With Stored Procedure and Parameters | Power BI Tutorial

  Рет қаралды 38,810

Antriksh Sharma

Antriksh Sharma

Күн бұрын

Пікірлер
@cicaasim9930
@cicaasim9930 2 жыл бұрын
Mesej yang jelas, struktur yang jelas, mudah difahami, terima kasih
@reynaldomorillo4271
@reynaldomorillo4271 3 жыл бұрын
Clear and simple. Thank you!
@Hardivh
@Hardivh 10 ай бұрын
I need to do something like this but using the parameters on the Report part, not on the power query part, like a prompt the end user selects
@Alex_Xela2
@Alex_Xela2 7 ай бұрын
hi,i m loking for same.
@balajiawari9740
@balajiawari9740 3 жыл бұрын
Hi Antariksh, very useful, and one doubt is how can this parameters work as dynamic on daily refresh.
@simbadtr6630
@simbadtr6630 Жыл бұрын
My salvation after hours of searching. I was not giving the proper database name so I couldnt connect. Thank you man
@fildude
@fildude Жыл бұрын
Awesome tutorial, straightforward!
@rajivjani8594
@rajivjani8594 Жыл бұрын
Awesome! Thank you for sharing!
@pthapa55
@pthapa55 11 ай бұрын
Is it possible for the user to select from the dropdown on the report visual to change the parameter values for Start date and end date? For example I want my user to be able to filter down and select the date range for Start date and end date on the visual, so based on those selection, report needs to be updated. How can I do it if possible?
@muralikrishna6761
@muralikrishna6761 3 жыл бұрын
Hi Antariksh, very useful video, Can you please tell how to use this in PowerBI Service
@anilkumar-rg9jk
@anilkumar-rg9jk 3 жыл бұрын
Do one more video on parameters how to use in different ways and where to use
@SaraKhan-cv9sj
@SaraKhan-cv9sj 3 ай бұрын
Very helpful , thank you so much.
@rebagaines8331
@rebagaines8331 Жыл бұрын
This was exactly what I needed
@chala11
@chala11 3 жыл бұрын
Hi Antriksh, How can we publish to service have users select the date parameters
@QinZhang-xd7cu
@QinZhang-xd7cu 7 ай бұрын
This is useful for report developer. How do we let users change parameters? The import mode does not allow to bind parameters then to be used in a slicer or a filter. Or the requestion is how do we call stored procedure in Direct Query mode (this will allow to bind parameters then set up a user facing slicer or filter to update parameters)?
@silicatoss
@silicatoss Жыл бұрын
Hi Antriksh Sharma! How are you? Thank you so much for this amazing presentation. Please, I'm wondering if this example you demonstrated can be published to PowerBI online? Wouldn't PowerBI online block the this dataflow/dataset dure to firewall rules?
@akshatamalvi2842
@akshatamalvi2842 3 жыл бұрын
Hi Antariksh.... very useful one...can you please tell how can we use the parameters dynamically in report. Mean to say can we pass the value from report to those parameters??
@irmdev595
@irmdev595 2 жыл бұрын
use a slicer and bind parameter in the modelling mode
@cabroncito29
@cabroncito29 10 ай бұрын
This is awesome! Excellent video. Question for you: is it possible to use a formula for the EndDateParam value? For example, to always have it be today's date?
@Mahesh717
@Mahesh717 Жыл бұрын
The changes to be made in M code is mandatory, is there any other method to do the same ?
@swapnilgharat7774
@swapnilgharat7774 2 жыл бұрын
You have helped me a great deal, thanks a ton!
@rocklemon4948
@rocklemon4948 6 ай бұрын
Thank you that was great help
@adlaimaschiach
@adlaimaschiach 2 жыл бұрын
Great video , but how do I connect this to the final report ? , and let the user choose the dates by himself ?
@girmamoges941
@girmamoges941 9 ай бұрын
Good one
@theresarupinski9893
@theresarupinski9893 3 жыл бұрын
Character In the video It's great, I like it a lot $$
@HungNnguyenn
@HungNnguyenn 2 жыл бұрын
I would love to shake your hand for this
@ridzuankay
@ridzuankay 2 жыл бұрын
Very useful. Thanks a lot!
@alirezamogharabi8733
@alirezamogharabi8733 Жыл бұрын
Helpful thank you ❤
@mayasandler4226
@mayasandler4226 Жыл бұрын
Can you then change the parameters from the viz dashboard? I would love to learn more. Thanks!
@miestudiolm9390
@miestudiolm9390 3 жыл бұрын
Hi Antariksh, question... I have a store with a parameter but i need to call that parameter from other query, for example exec proc_Test where Date = @date Then i call that parameter from other querie that contains only dates so when i modify that date from the other query the Store will be refreshed. that date paramater will be in a filter for example, i tried everything...can you help me? I have Pro license.-
@lavleenkaur2405
@lavleenkaur2405 2 жыл бұрын
This works in desktop but not in service. Am i making mistake or its not supported in service?
@madhusoodhanan182
@madhusoodhanan182 2 жыл бұрын
Nice
@sands7779
@sands7779 Жыл бұрын
With European local settings, reformatted dates in variables to pass to executing sp to US format mm/dd/yyyy. Worked on service.
@abdullahquhtani4247
@abdullahquhtani4247 2 жыл бұрын
Could that be done in Excel power query as well? If yes, kindly make a short tutorial. Thank you 🙏🏻
@kayalvizhisundaram8448
@kayalvizhisundaram8448 2 жыл бұрын
Can you put a video on how to access a function that is in database from power bi? the current version of postgresql we are using doesnt support stored procedures. so the other option i have is function. could you please suggest how to access a function by using a slicer selection as a input?
@EndlessEnt
@EndlessEnt Жыл бұрын
How can you update parameter values using slicer visuals and query new data? Thanks
@PS65501
@PS65501 2 ай бұрын
How to pass slicer values to those parameters?
@ryzen7109
@ryzen7109 Жыл бұрын
Thanks 🎉🎉🎉
@MichaelGiusto
@MichaelGiusto 10 ай бұрын
OK, now let's see you add slicers so a user can set the parameters then click "Apply All Slicers" and have your stored proc run and return the data.
@rushikesh5840
@rushikesh5840 2 жыл бұрын
Sir not work on hana database call to store procedure
@nilanjitroy3546
@nilanjitroy3546 2 жыл бұрын
Can end user select the start date or end date from report level?
@srimallikavlogs764
@srimallikavlogs764 10 ай бұрын
did you find answer for your question ?
@noueruz-zaman7894
@noueruz-zaman7894 Ай бұрын
at 4:43 it is strange because you should be able to use direct query with store procedure.
@Munichandra_Reddy
@Munichandra_Reddy 3 жыл бұрын
Please attached SQL server database, as early as possible
@VibeShiftChroniclesGA
@VibeShiftChroniclesGA 2 жыл бұрын
I am getting an error " Expression.Error: The name 'Text.from' wasn't recognized. Make sure it's spelled correctly. StartDate = Text.from ( StartDate_P ), EndDate = Text.from ( EndDate_P ), How do I fix it?
@BISimplifier
@BISimplifier Жыл бұрын
Your syntax is wrong.Type exactly as Text.From ...
@lovedeepsinghvasant4363
@lovedeepsinghvasant4363 2 жыл бұрын
How can we import data from multiple sql queries returning the same number and type of columns into a new table using power bi? For example i have 10 sql select queries. They return 3 columns Result, Tests, Quantity I want to create a new table in power bi with columns Result, Tests, Quantity. This new table should be populated from the 3 sql queries
@sadhanasawant7135
@sadhanasawant7135 Ай бұрын
I have around 10 parameters for my visual store procedure, following same process but getting error like this: Expression.Error: We cannot apply operator & to types Text and Table. Details: Operator=&
@vikasrajole494
@vikasrajole494 2 жыл бұрын
When we select 1 month data error- come converting data type varchar to date
@sudipchakraborty9283
@sudipchakraborty9283 Жыл бұрын
Getting error message: Expression.Error: A cyclic reference was encountered during evaluation.
@johnbautista9925
@johnbautista9925 2 жыл бұрын
Anda boleh memilih untuk salah satu daripada hadiah di atas
@sharmadiw
@sharmadiw Жыл бұрын
how to pass datetime
@jeffski9500
@jeffski9500 Жыл бұрын
Nevermind, I misse the very end of the video
@jeffski9500
@jeffski9500 Жыл бұрын
I tried this exactly as you did and I get an error
@BISimplifier
@BISimplifier Жыл бұрын
Type exactly as Text.From ...
Power Bi : Setting up Dynamic Parameters
14:15
Dapper Dash
Рет қаралды 29 М.
Power BI Quick Tip: Using Dynamic M Query Parameters with SQL​​
24:59
Data Platform Central
Рет қаралды 33 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Get Data from Stored Procedure in Power BI Tutorial (34/50)
15:47
Analytics with Nags
Рет қаралды 46 М.
How to Build Power BI Reports from Start to Finish
41:07
MyOnlineTrainingHub
Рет қаралды 1,4 МЛН
Fields Parameter in Action I Practical Examples
15:14
How to Power BI
Рет қаралды 138 М.
Power Bi : Dynamically Change Data Sources using a Parameter
24:13
Calling Stored Procedure with Parameters in Power BI
9:16
Ask MCT Chris
Рет қаралды 6 М.
KPI Visual Ideas in Power BI
13:37
Data Pears
Рет қаралды 229 М.
SQL Stored Procedure With Dynamic Parameter In Power BI Service
10:18
taik18 - Mohammed Adnan
Рет қаралды 19 М.
How to invoke a Stored Procedure in SQL Server
34:12
DeepNeuron
Рет қаралды 50