No video

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

  Рет қаралды 36,504

Antriksh Sharma

Antriksh Sharma

Күн бұрын

Пікірлер: 51
@cicaasim9930
@cicaasim9930 2 жыл бұрын
Mesej yang jelas, struktur yang jelas, mudah difahami, terima kasih
@Hardivh
@Hardivh 7 ай бұрын
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 3 ай бұрын
hi,i m loking for same.
@QinZhang-xd7cu
@QinZhang-xd7cu 3 ай бұрын
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)?
@balajiawari9740
@balajiawari9740 3 жыл бұрын
Hi Antariksh, very useful, and one doubt is how can this parameters work as dynamic on daily refresh.
@reynaldomorillo4271
@reynaldomorillo4271 2 жыл бұрын
Clear and simple. Thank you!
@simbadtr6630
@simbadtr6630 Жыл бұрын
My salvation after hours of searching. I was not giving the proper database name so I couldnt connect. Thank you man
@anilkumar-rg9jk
@anilkumar-rg9jk 2 жыл бұрын
Do one more video on parameters how to use in different ways and where to use
@sands7779
@sands7779 Жыл бұрын
With European local settings, reformatted dates in variables to pass to executing sp to US format mm/dd/yyyy. Worked on service.
@muralikrishna6761
@muralikrishna6761 2 жыл бұрын
Hi Antariksh, very useful video, Can you please tell how to use this in PowerBI Service
@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?
@theresarupinski9893
@theresarupinski9893 2 жыл бұрын
Character In the video It's great, I like it a lot $$
@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 5 ай бұрын
Good one
@HungNnguyenn
@HungNnguyenn 2 жыл бұрын
I would love to shake your hand for this
@pthapa55
@pthapa55 7 ай бұрын
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?
@madhusoodhanan182
@madhusoodhanan182 2 жыл бұрын
Nice
@akshatamalvi2842
@akshatamalvi2842 2 жыл бұрын
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
@rocklemon4948
@rocklemon4948 2 ай бұрын
Thank you that was great help
@rajivjani8594
@rajivjani8594 Жыл бұрын
Awesome! Thank you for sharing!
@cabroncito29
@cabroncito29 6 ай бұрын
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?
@rebagaines8331
@rebagaines8331 10 ай бұрын
This was exactly what I needed
@chala11
@chala11 3 жыл бұрын
Hi Antriksh, How can we publish to service have users select the date parameters
@fildude
@fildude 11 ай бұрын
Awesome tutorial, straightforward!
@lavleenkaur2405
@lavleenkaur2405 2 жыл бұрын
This works in desktop but not in service. Am i making mistake or its not supported in service?
@mayasandler4226
@mayasandler4226 Жыл бұрын
Can you then change the parameters from the viz dashboard? I would love to learn more. Thanks!
@Mahesh717
@Mahesh717 10 ай бұрын
The changes to be made in M code is mandatory, is there any other method to do the same ?
@abdullahquhtani4247
@abdullahquhtani4247 Жыл бұрын
Could that be done in Excel power query as well? If yes, kindly make a short tutorial. Thank you 🙏🏻
@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.-
@guniabroudj1868
@guniabroudj1868 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 ...
@alirezamogharabi8733
@alirezamogharabi8733 Жыл бұрын
Helpful thank you ❤
@EndlessEnt
@EndlessEnt Жыл бұрын
How can you update parameter values using slicer visuals and query new data? Thanks
@lovedeepsinghvasant4363
@lovedeepsinghvasant4363 Жыл бұрын
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
@MichaelGiusto
@MichaelGiusto 6 ай бұрын
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.
@ridzuankay
@ridzuankay 2 жыл бұрын
Very useful. Thanks a lot!
@swapnilgharat7774
@swapnilgharat7774 2 жыл бұрын
You have helped me a great deal, thanks a ton!
@ryzen7109
@ryzen7109 9 ай бұрын
Thanks 🎉🎉🎉
@Munichandra_Reddy
@Munichandra_Reddy 2 жыл бұрын
Please attached SQL server database, as early as possible
@rushikesh5840
@rushikesh5840 2 жыл бұрын
Sir not work on hana database call to store procedure
@sudipchakraborty9283
@sudipchakraborty9283 9 ай бұрын
Getting error message: Expression.Error: A cyclic reference was encountered during evaluation.
@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?
@nilanjitroy3546
@nilanjitroy3546 2 жыл бұрын
Can end user select the start date or end date from report level?
@srimallikavlogs764
@srimallikavlogs764 6 ай бұрын
did you find answer for your question ?
@vikasrajole494
@vikasrajole494 Жыл бұрын
When we select 1 month data error- come converting data type varchar to date
@sharmadiw
@sharmadiw Жыл бұрын
how to pass datetime
@johnbautista9925
@johnbautista9925 2 жыл бұрын
Anda boleh memilih untuk salah satu daripada hadiah di atas
@jeffski9500
@jeffski9500 Жыл бұрын
I tried this exactly as you did and I get an error
@BISimplifier
@BISimplifier Жыл бұрын
Type exactly as Text.From ...
@jeffski9500
@jeffski9500 Жыл бұрын
Nevermind, I misse the very end of the video
Get Data from Stored Procedure in Power BI Tutorial (34/50)
15:47
Analytics with Nags
Рет қаралды 44 М.
Power Bi : Setting up Dynamic Parameters
14:15
Dapper Dash
Рет қаралды 26 М.
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 33 МЛН
Мы сделали гигантские сухарики!  #большаяеда
00:44
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 55 МЛН
Power BI Quick Tip: Using Dynamic M Query Parameters with SQL​​
24:59
Data Platform Central
Рет қаралды 31 М.
SQL Stored Procedure With Dynamic Parameter In Power BI Service
10:18
taik18 - Mohammed Adnan
Рет қаралды 15 М.
Power BI DirectQuery and SQL Databases: A Conversation with Bob Ward
25:23
Populate a Power BI parameter list using a query
7:58
Guy in a Cube
Рет қаралды 175 М.
Power Bi : Huge Update!! Dynamic Parameters for Transact SQL
7:31
Calling Stored Procedure with Parameters in Power BI
9:16
Ask MCT Chris
Рет қаралды 4,4 М.
Fields Parameter in Action I Practical Examples
15:14
How to Power BI
Рет қаралды 124 М.
小丑和白天使的比试。#天使 #小丑 #超人不会飞
00:51
超人不会飞
Рет қаралды 33 МЛН