Thanks for making DAX slightly less intimidating 😊
@ChrisSmithFW Жыл бұрын
Fantastic tutorial. Others I've seen don't provide functionality overviews, instead opting for select and specific use cases. They aren't effective for getting started with Dax Studio. Yours does. Really appreciate it. Keep 'em coming!
@Juan-Hdez11 ай бұрын
Very useful. Thank you.
@BoudewijnBuil Жыл бұрын
Thanks for your video, very helpfull! Well done!
@jawadahmadehssan62512 жыл бұрын
Thanks Fernan, great video.
@vishaljhaveri7565 Жыл бұрын
In this video of DAX Studio, I learnt: 1. Use of EVALUATE function to view all the table data. Just like SELECT Query of SQL Server. 2. Checking whether any specific Measure, say A is referenced to build other Measures like B, C, D. Eg. B = [A] + 6 3. Exporting tables of the Power BI.
@MrMenace3210Ай бұрын
Thanks for this. Can you do a video with examples of the query in DAX on PBI and the exact duplicate of how it looks in DAX Studio? I still find it confusing.
@MrMenace3210Ай бұрын
I understand it now.
@iMplimentation Жыл бұрын
Thank you for the video. Could you please do a tutorial showing how you made the report used in this video?
@SolutionsAbroad Жыл бұрын
Great idea, I'll have a look at covering this in my next videos!
@RanveerSingh-sp3uj3 ай бұрын
Please do cover more Dax studio
@benjalloulamel61374 ай бұрын
thanks
@thepromiseland.48672 жыл бұрын
If we are playing audio in dax studio then we have to be in dax studio to operate it,how to keep using dax studio when we are accessing other tabs?
@LuanSaidMeiraMoreira Жыл бұрын
Great content. So what I'm wrongly doing? Because I already have a Measure DAX. It's work perfectly on Power BI ... BUT when I try to see the same measure on Dax Studio show me errors even if I click over the measure in the option "Define Measure" (and generate automatically a code).
@scooterza Жыл бұрын
I found what I needed to do was to wrap the output of my measure in curly brackets {} as per his explanation. Dax studio expects all answers to be a table so if a measure returns a scalar value (ie a single value), then it errors.
@jalalkasmani2575 Жыл бұрын
Hi, when i select my code and than click on format query, my code disappears. what wrong i m doing ?