Custom Functions Made Easy in Power BI

  Рет қаралды 34,708

RADACAD

RADACAD

Күн бұрын

Пікірлер: 55
@DataRambling
@DataRambling 2 ай бұрын
Thankyou for this video. Most of the videos show how to create custom functions but do not show how to use it later. This is what I was looking for for an hour.
@astatine0085
@astatine0085 Жыл бұрын
This is a symphony! Thank you! I have been churning examples for hours, and I finally have my solution.
@RADACAD
@RADACAD Жыл бұрын
Glad it helped!
@AlbrechtJ
@AlbrechtJ 2 жыл бұрын
Thanks for this hidden gems. Rarely to find someone teach this advance topic.
@RADACAD
@RADACAD 2 жыл бұрын
Glad you enjoyed it!
@stephencross4669
@stephencross4669 4 жыл бұрын
Can’t tell you how long I looked for a video on this topic. Definitely opens the door to solving many of my problems.
@snafuanalyst717
@snafuanalyst717 3 жыл бұрын
Excellent tutorial on a topic that had me banging my head on my desk for years!
@shirleysmith3409
@shirleysmith3409 3 жыл бұрын
Thank you!! This is a wonderful video. Solved a big problem I was having with Dataflows and also improved the way I write queries.
@jryan121
@jryan121 Жыл бұрын
Amazing tutorial - Cannot thank you enough for making this!
@cleophusjohnson733
@cleophusjohnson733 5 жыл бұрын
Awesome tutorial Reza! I learned a lot!
@curtisashley7037
@curtisashley7037 4 жыл бұрын
Awesome video! Instructions were crystal clear. Thank you for sharing.
@user-hu7ov6fi9y
@user-hu7ov6fi9y 4 жыл бұрын
Mind-blowing function. Raza, thanks for explaining this.
@AjitUnni
@AjitUnni 5 жыл бұрын
Great video, Reza. You are a natural teacher
@alexvetrow6049
@alexvetrow6049 4 жыл бұрын
Wow, thank you so much for this video. Now scraping websites is much easier.
@peterh7842
@peterh7842 3 жыл бұрын
That's great - really clear but any chance of an example with more than one parameter - been requested a few times here and there are no videos on the web that I have been able to find?
@luzernchan5691
@luzernchan5691 5 жыл бұрын
Hi there, thanks for the video. if I want to pass two variable into the function, what needs to be done differently ? I used the method in this tutorial, but don't seem to get it working.
@RADACAD
@RADACAD 5 жыл бұрын
You need to add more parts in it, and add more parameters in the URL
@not_AI_bot
@not_AI_bot 5 жыл бұрын
It looks like the officeholidays.com has changed their table. They removed all date. They now showing the date with format "Jan 28" without year. The problem is the auto convert to date, since it is no year, then it automatically insert the current year. Is there any easy way?
@ivavucak9863
@ivavucak9863 2 жыл бұрын
Thank you for this video it is really helpful!
@RADACAD
@RADACAD 2 жыл бұрын
Glad it was helpful!
@kanth555
@kanth555 4 жыл бұрын
Thanks a ton, I was searching for this technique and this helped me :-)
@ccrosetti12
@ccrosetti12 3 жыл бұрын
Great video Reza - do you have a similar one but connecting to an OData source with authentication?
@TheBirdChannelOriginal
@TheBirdChannelOriginal 3 жыл бұрын
Great explanation!, what if I want to get the same data from Google Big query (over 100 same tables), how should I define and embed the parameter in the Advanced editor?
@TheBirdChannelOriginal
@TheBirdChannelOriginal 3 жыл бұрын
I could manage it by replacing date with a new parameter name. for example 20220202 should be "&NewParameter&"
@dritans7334
@dritans7334 2 жыл бұрын
Great explanation. I have a scenario that when I try to expand and get the column I need after I invoked custom function I get this error: Expression.Error: Evaluation resulted in a stack overflow and cannot continue. Any idea how to work this around?
@SandipanSarkar-c8v
@SandipanSarkar-c8v 11 ай бұрын
Finished watching
@KerryEmerson
@KerryEmerson 4 жыл бұрын
Great tutorial. Does Power BI 'import' all the data specified as the source, or can this be used for dynamic API queries?
@kaveharshadi9632
@kaveharshadi9632 5 жыл бұрын
Very useful. Thanks a lot again.
@kennethstephani692
@kennethstephani692 4 жыл бұрын
This is a terrific video - very, very informative!!
@deepaksahu3349
@deepaksahu3349 3 жыл бұрын
Great Video, One question: If we want to fetch data for multiple countries and multiple years what we need to do ?
@RADACAD
@RADACAD 3 жыл бұрын
you would need one parameter for the country and one for the year. However, because every country's data table format might be different you may also need a separate function for each country too.
@PranayPawar1991
@PranayPawar1991 3 жыл бұрын
So well explained
@eduardodutra3294
@eduardodutra3294 4 жыл бұрын
Thanks! You helped me a lot!
@terpstry
@terpstry 5 жыл бұрын
Great tutorial. Thanks
@srinivaselluri9267
@srinivaselluri9267 3 жыл бұрын
Hi Reza, How can I translate this to Power BI online? I am able to create a invoke function with two date parameters and getting desired results in desktop. But when I publish it, I don't see that input parameter option to enter the data, Please help. Thank You
@samama1975
@samama1975 5 жыл бұрын
Beautiful! Thank you!!
@novak2033
@novak2033 5 жыл бұрын
amazing! thanks a lot!
@phoenixflower1225
@phoenixflower1225 4 жыл бұрын
.. Is so awesome! TY
@doniyellin7111
@doniyellin7111 4 жыл бұрын
What about making a parameter that changes daily if the website also changes daily?
@doniyellin7111
@doniyellin7111 4 жыл бұрын
Is there a way to automatically change the data source in PBI daily via an equation (for example: add 8340 to the middle number in the link every day. So day 1 would by 8340, day to would automatically change to 16680, etc)? Thank you!
@kabitapaul9641
@kabitapaul9641 3 жыл бұрын
Hi , your videos are great, those are really very helpful. I am migrating one Angular application to Power BI where I have use case like user can select which columns they want to see and the grouping columns and X axis dimension column. Data source is Snowflake (direct query) where I cannot modify the native query. "view native query" option is disabled. I was able to achieve dynamic dimension through dynamic binding of parameters. But grouping column can be one or many which I am not able to achieve. This looks very challenging and I am not sure whether it is at all possible with Power BI. I can send screenshots for the problem if you can provide any email Id.
@CoopmanGreg
@CoopmanGreg 5 жыл бұрын
Great Video!!
@apodim8874
@apodim8874 5 жыл бұрын
THANK YOU!!!
@Imrannaseem818
@Imrannaseem818 5 жыл бұрын
Great video. Can you please make video on passing power Bi microsoft exam 70 778
@jjpreston29
@jjpreston29 5 жыл бұрын
Great video
@SuperAzizx
@SuperAzizx 4 жыл бұрын
awesome
@odel_leal
@odel_leal 4 жыл бұрын
Thank you
@Amuppet
@Amuppet 5 жыл бұрын
You mastermind
@powerbis.1794
@powerbis.1794 2 жыл бұрын
IS THIS LECTURE IN HINDI????
@ChrisSmithFW
@ChrisSmithFW Жыл бұрын
Fantastic! Thank you!
@RADACAD
@RADACAD Жыл бұрын
Glad you liked it!
Write Your First CUSTOM M FUNCTION in Power BI
11:34
How to Power BI
Рет қаралды 31 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
#41 Understanding relationships in Power BI Desktop
18:48
Curbal
Рет қаралды 253 М.
Easy Looping in Power BI/Power Query
15:46
BI Elite
Рет қаралды 104 М.
Best way to share Power BI reports   App
18:16
RADACAD
Рет қаралды 12 М.
Append vs Merge in Power BI and Power Query
17:33
RADACAD
Рет қаралды 123 М.
Power BI and Power Query Parameters and Functions
16:25
The Power User
Рет қаралды 51 М.
Write if statements like a Pro in Power Query
12:01
Curbal
Рет қаралды 93 М.
REDUCE the # of measures with Calculation Groups In Power BI
9:24
Guy in a Cube
Рет қаралды 234 М.
How to create functions in Power Query
15:40
Curbal
Рет қаралды 38 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН