Why you should use DAX Studio with Power BI

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

ความคิดเห็น • 88

  • @AaronBlackmor
    @AaronBlackmor 3 ปีที่แล้ว +85

    I want a shirt that says, "I'm not lazy; I'm just really efficient." 😂

    • @hunterzayne2730
      @hunterzayne2730 3 ปีที่แล้ว

      A tip : watch movies on Flixzone. I've been using it for watching all kinds of movies recently.

    • @jonathanlawrence2249
      @jonathanlawrence2249 3 ปีที่แล้ว

      @Hunter Zayne Yup, I've been using flixzone} for since november myself :)

  • @MarioDiasJr
    @MarioDiasJr 3 ปีที่แล้ว

    This video is a life saver. Whenever I get stuck, I go back to it and move on. Thanks Patrick!

  • @danielnichols3594
    @danielnichols3594 3 ปีที่แล้ว +29

    I find it difficult to put a wrapper around the dax query table results to convert it back to a scalar value. But it's a great tool. There's just not a lot of resources explaining how to use Dax Studio effectively.

  • @silicatoss
    @silicatoss 3 ปีที่แล้ว

    Man... You're awesome! I am just starting to use DAX Studio and your video just showed me that I must hurry!

  • @Bharath_PBI
    @Bharath_PBI 3 ปีที่แล้ว

    Yooo, This is what we do for every complex measure, and can't work without tabular editor and DAX studio. New version of DAX studio is released and looking at the enhancements of it.

  • @lauragidney-falk6148
    @lauragidney-falk6148 3 ปีที่แล้ว +1

    Patrick, awesome video! Can you recommend a video that actually shows more on how use DAX Studio? I can see how this would be great to use but I am getting lost in the syntax...

  • @kishoreyc
    @kishoreyc 3 ปีที่แล้ว

    this piece of DAX code should go along with a larger visualization. DAX studio is great and i guess the users have explored the benefits of it only so much yet..

  • @Trindade1988
    @Trindade1988 3 ปีที่แล้ว

    Holy...this is just amazing !! Thanks a lot. Salute from Brasil

  • @asjones987
    @asjones987 3 ปีที่แล้ว +3

    Is that a Measure table for your measures? Don't let Marco see that :)
    Seriously I do struggle with DAX and there is a little bit of extra syntax for DAX Studio like EVALUATE and DEFINE other stuff.
    I noticed you put the EVALUATE at at the bottom, but in a recent video Alberto put it at the top. Pros/Cons?

  • @TimeHater420
    @TimeHater420 3 ปีที่แล้ว +1

    Was anyone else aware that Lloyd Banks knew PowerBI? Lol jk , great video brother keep up the awesome work!

  • @krishnakantapanda6835
    @krishnakantapanda6835 4 หลายเดือนก่อน +1

    Now, we have got the Dax Query view inside of Pbi desktop..which could efficiently do the same job...

  • @maguilar89
    @maguilar89 3 ปีที่แล้ว

    I love the new intro with lego's

  • @teamofsteve
    @teamofsteve 3 ปีที่แล้ว +1

    How many producers???

  • @NoisexKillua
    @NoisexKillua 3 ปีที่แล้ว +2

    Great job showcasing DAX studio and that cheeky way of highlighting min sales with DAX, gonna have to steal that!

  • @guilhemdelorme9089
    @guilhemdelorme9089 3 ปีที่แล้ว +3

    Thanks for the tip, I was used to juggle back and forth with the modelling view to debug my measures : this indeed looks far more efficient and convinced me to give DAX studio a try after all!

  • @hi55us2
    @hi55us2 3 ปีที่แล้ว +5

    Wow, amazing video. I was more amazed how you can feed the hex codes as a column in your data model to update the visual!

    • @blueguy12345
      @blueguy12345 3 ปีที่แล้ว

      Yeah i really liked that. Didn't know taht was a thing !
      I'm testing first think tomorrow !à

  • @oladaposorinola6216
    @oladaposorinola6216 3 ปีที่แล้ว +3

    This is Bananas!

  • @arslanmix
    @arslanmix 3 ปีที่แล้ว

    Perfect

  • @naveen200848
    @naveen200848 3 ปีที่แล้ว +2

    This is it.now i leart that after summarizing i can add calculations on top of it

  • @waynethurman2144
    @waynethurman2144 3 ปีที่แล้ว +1

    It is obvious that you know the topic well, but you make it more difficult to learn by going so fast for someone who is looking to learn from you!

  • @sahiladya8473
    @sahiladya8473 3 ปีที่แล้ว

    Amazing

  • @aahnajaiswal6527
    @aahnajaiswal6527 8 หลายเดือนก่อน

    Hi, Can you help me with one scenario I have come across- I want to duplicate the rows based on flag column(which should mark duplicate/non-duplicate the ranked column ).this column should mark non-duplicate to the first instance of Rank and Duplicate to other instance of the same rank value.Please help!!

  • @W.Wallace73
    @W.Wallace73 ปีที่แล้ว

    Understanding, the reason why it works in the tool and not in Power BI.
    How would be the correction of this formula:
    ADDCOLUMNS(
    SUMMARIZE(
    zendesk,
    zendesk[Requester],
    zendesk[Category],
    "TotalRequirements,
    CALCULATE(
    COUNTROWS(zendesk),
    ALLEXCEPT(zendesk, zendesk[Requester], zendesk[Category]),
    ALL(zendesk)
    )
    ),
    "MaxRequirementsPerCategory",
    CALCULATE(
    MAXX(
    VALUES(zendesk[Requester]),
    [TotalRequirements]
    ),
    ALLEXCEPT(SUMMARIZE(zendesk, zendesk[Requester]), zendesk[Category]),
    ALL(zendesk)
    )
    )
    RETURN
    MAXX(
    FILTER(
    RequestersPerCategory,
    [TotalRequirements] = [MaxRequirementsPerCategory]]
    ),
    [TotalRequirements]
    )

  • @sirojiddinsobirov5508
    @sirojiddinsobirov5508 3 ปีที่แล้ว +1

    This is REAL bananas!! I have not known that using DAX studio is so great! Thanks Patrick, you are the best!

  • @cspidermx
    @cspidermx 3 ปีที่แล้ว +1

    Been struggling with a measure for days, this video allowed me to solve my problem in under 4 hours. THANK YOU!

  • @90s_HipHop
    @90s_HipHop 3 ปีที่แล้ว

    Quick side question - What's with the prefix @ on the columns names in your DAX? Is that a naming convention or does it serve another purpose?

    • @shetzel9722
      @shetzel9722 2 ปีที่แล้ว

      I was wondering the same thing, do you know why yet?

  • @jacobpadgett5218
    @jacobpadgett5218 3 ปีที่แล้ว +1

    Thanks so much for the demo!
    I'll have to get this now for my team!
    As always, best tutorials period. You rock.

  • @GaryMillerUK
    @GaryMillerUK ปีที่แล้ว

    I didn't know you had to put DEFINE and EVALUATE around your DAX code in order to get it to run in DAXStudio. I gave up on it when the simplest code (a COUNT of a column) produced syntax error messages. The gui says to paste in code to begin. I don't have the time to invest is something so unintuitive.

  • @Milhouse77BS
    @Milhouse77BS 3 ปีที่แล้ว +1

    And Tabular Editor, and ALM Toolkit :)

  • @Phoenixspin
    @Phoenixspin 3 ปีที่แล้ว

    Not sure I like Patrick pointing his finger at me in the thumbnail but the video was so helpful I forgave him.

  • @MrMarcusjames
    @MrMarcusjames 3 หลายเดือนก่อน

    I learned so much thru this video! As a new user, it was an eye opener,

  • @javaughnfrancis1799
    @javaughnfrancis1799 3 ปีที่แล้ว

    Awesome Video. However, highlighting a Bar dosn't work for me when I'm using a Live Connection but only when against my source data. Any suggestions? Haven't found any online.

  • @jimmy-k6770
    @jimmy-k6770 3 ปีที่แล้ว

    Wow I can't able to install the software, very worst software

  • @Sideshowgaz5779
    @Sideshowgaz5779 3 ปีที่แล้ว

    Logging a request with IT right now to have them install DAX studio on my image. Cheers Patrick

  • @YellingSecrets
    @YellingSecrets ปีที่แล้ว

    Just found you, subscribed! Excited to see more and go through previously posted videos!

  • @jefffischer7734
    @jefffischer7734 3 ปีที่แล้ว +1

    This is great stuff Patrick. Thanks for walking us through the use case!👍

  • @laurenceabrahams3996
    @laurenceabrahams3996 2 ปีที่แล้ว

    Love this Dax Studio , brand new to this idea and need to learn from scratch the Dax studio bit best videos? thanks

  • @hermesjrd
    @hermesjrd 3 ปีที่แล้ว

    Great Video Patrick, I'll be using DaxStudio from now on..Thx

  • @m4ttyc88
    @m4ttyc88 3 ปีที่แล้ว

    Can DAX Studio connect to a tabular SSAS model being used in PBIRS?

  • @rerangelt
    @rerangelt 3 ปีที่แล้ว

    In pwbi i write a measure x=1 and run ok. I write that in ds and get error. Add define and evaluatr nd get error. I dont see a user manual for ds. Its frustrating for us the new ones

  • @pabeader1941
    @pabeader1941 3 ปีที่แล้ว

    Did you say 'rolling pin' on purpose? Just to see if I would say something...

  • @pabeader1941
    @pabeader1941 3 ปีที่แล้ว

    You may have just converted me. I've been avoiding DAXStudio but I guess I'm going to have to take a second look.

  • @sue_bayes
    @sue_bayes 3 ปีที่แล้ว

    love it, was pasting in something from DAX studio which gave me the exact same error message and realised it should be a table not a measure, duh me, thank you

  • @sravankumar1767
    @sravankumar1767 3 ปีที่แล้ว

    How can we write a color nor just in switch function . Could you please explain it..

  • @ahmeddaoui9965
    @ahmeddaoui9965 3 ปีที่แล้ว

    Hi Patrick, thanks for this video. Quick question I am using SQL server and SharePoint as source of data. The issue is when i publish to power Bi service i am forced to use a gateway of my company. The thing here is there is a gateway configuration for SQL server but not for sharepoint. Is there any solution to bypass the fact that sharepoint also need to be configured in the gateway. Thanks again

  • @jorgesamuelgarciamorales6309
    @jorgesamuelgarciamorales6309 3 ปีที่แล้ว

    Do you have a course of DAX language, i'm interested

  • @theg9811
    @theg9811 3 ปีที่แล้ว

    thanks patrick great job as normal. I'm using Dax Studio but this is another trick in the bag cheers

  • @shubhs2563
    @shubhs2563 3 ปีที่แล้ว

    Thank you. Learnt something new. Will be using Dax studio

  • @DanielTavares29
    @DanielTavares29 3 ปีที่แล้ว

    Man!! First visualization 🤣🤣
    Thanks for your tips! I am not used to Dax studio yet, but gonna try this approach 👍👍

  • @kasperjensen3113
    @kasperjensen3113 3 ปีที่แล้ว

    Finally someone could explain in detail how to use DAX studio 🥳
    Have so far only use the formatter.

  • @AshutoshDeshpandeOfficial
    @AshutoshDeshpandeOfficial 3 ปีที่แล้ว

    This video just convinced me to use Dax Studio. Thanks for great video. 😁😊😊

  • @trinitxu
    @trinitxu 3 ปีที่แล้ว

    Another awesome video! I go bananas with the quality of your last videos

  • @petemurphy7164
    @petemurphy7164 3 ปีที่แล้ว

    thanks for this vid, really helpful..

  • @torsteinzahledvardsen8146
    @torsteinzahledvardsen8146 2 ปีที่แล้ว

    Thanks guys! This was very helpful☺☺

  • @paragkhandalkar
    @paragkhandalkar 3 ปีที่แล้ว

    If we want to have it for our client, does that have cost?

  • @fabianabecatini6743
    @fabianabecatini6743 7 หลายเดือนก่อน

    it's very new to me, thanks

  • @aloysiusadrian5726
    @aloysiusadrian5726 3 ปีที่แล้ว

    This is great. Can i edit existing column or measure in Dax Studio? So far, i have been copying from PBI desktop and pasteing into dax studio.

    • @ezekiel0606
      @ezekiel0606 2 ปีที่แล้ว

      link the dataset when you start

  • @Darknesslc3
    @Darknesslc3 3 ปีที่แล้ว

    great demo, btw im your 999th liker 👍

  • @saurabhgadre1
    @saurabhgadre1 3 ปีที่แล้ว

    Thanks for new way to handle complex DAX :)

  • @roxanarodriguez1828
    @roxanarodriguez1828 3 ปีที่แล้ว

    I mean such a beautifully way on detail every single detail, Fan #1

  • @EricaDyson
    @EricaDyson 3 ปีที่แล้ว

    Even if I am a bit lazy, I still love to be efficient! Great. Thanks

  • @sergiemotiev1817
    @sergiemotiev1817 3 ปีที่แล้ว

    Just a wow comment, thx

  • @giri41
    @giri41 3 ปีที่แล้ว

    How to install Dax studio please??

  • @kennethstanley7438
    @kennethstanley7438 3 ปีที่แล้ว

    Thank you for the great instructions

  • @ponspons4345
    @ponspons4345 3 ปีที่แล้ว

    Where can I find thus uses data?

  • @wallacefilipini5534
    @wallacefilipini5534 3 ปีที่แล้ว

    Congrats for translate to portuguese, thank you

  • @HafsaYAQOUBI
    @HafsaYAQOUBI ปีที่แล้ว

    Amazing video as always !

  • @ajaaskelainen
    @ajaaskelainen 3 ปีที่แล้ว

    Just WoW, mindblowing! Thank you!

  • @williamleveson-gower5088
    @williamleveson-gower5088 ปีที่แล้ว

    I love it !! thank you.

  • @dzikoo
    @dzikoo 3 ปีที่แล้ว

    Why it is not build in PowerBI desktop?

    • @jessicajolly7828
      @jessicajolly7828 3 ปีที่แล้ว

      I think his point was that sometimes you have to go back and forth when you are writing complex DAX. If you do it in Power BI, you are waiting for all the visuals to render on the page each time. Trust me--it's a time waster.

  • @CuddleStories
    @CuddleStories 3 ปีที่แล้ว

    Will Smith!!

  • @yeraldo05
    @yeraldo05 3 ปีที่แล้ว +1

    Damn Patrick, thanks a lot!!!
    I'm going to start using Dax Studio.
    This tool seems awesome and can save you a lot of time.

  • @vincenzo4259
    @vincenzo4259 2 ปีที่แล้ว

    Thanks

  • @adirozeri7162
    @adirozeri7162 ปีที่แล้ว

    what?

  • @hamidsh4789
    @hamidsh4789 3 ปีที่แล้ว

    Excellent Thanks.

  • @isidrebague3659
    @isidrebague3659 3 ปีที่แล้ว

    GReat !!. Thanks !

  • @scfo
    @scfo 3 ปีที่แล้ว

    Wow...thanks man!

  • @nassaugustavo
    @nassaugustavo 3 ปีที่แล้ว

    Aewesome!!!!!

  • @huludShai
    @huludShai 3 ปีที่แล้ว

    Noice!

  • @vxmine
    @vxmine 3 ปีที่แล้ว

    Good vid Patrick!

  • @andyparkerson
    @andyparkerson 3 ปีที่แล้ว

    Great stuff! Wish I had watched this video an hour ago when I started working on a particularly persnickety DAX measure.