Really thanks! That's exactly what I need now, doing my Project at work.
@chrisklimantiris25202 жыл бұрын
Thank you Mike..!!
@excelisfun2 жыл бұрын
You are welcome!!!
@bitechmacrobitechmacro50667 жыл бұрын
Woww, I used IN in SQL, but Because of not listing Power Pivot, i didnt try it. I always used OR. So, its highly possible that in Power BI Desktop, we can use IN also. :))
@excelisfun7 жыл бұрын
Yes, you can use IN in Power BI Desktop. All the DAX Formulas and Functions that I show at the excelisfun channel can be used in Excel Power Pivot or Power BI Desktop!!!
@johnmatta95777 жыл бұрын
very well explained Mike
@excelisfun7 жыл бұрын
Glad you like it!
@himanshudalai10286 жыл бұрын
Superb one ! Thank you Mike !!
@excelisfun6 жыл бұрын
Glad it was superb. This was a fun one to do with the IN Operator : )
@vida17197 жыл бұрын
Great video. Learned something new
@excelisfun7 жыл бұрын
Glad it was helpful!
@ikar2k7 жыл бұрын
Thank's a lot for so clear explanation technology of using DAX. It's awsome! Here raise the question: how to exclude a loading data in excel sheet? How to make a table straight in PoverPivot?
@excelisfun7 жыл бұрын
To load NOT to sheet but to Data Model in Power Pivot, in the Import data dialog box, click Connections Only AND Add to Data Model.
@excelisfun7 жыл бұрын
I made a mistake in my last post. Power Pivot does not have a direct way of creating a table. Power BI Desktop does, but not Power Pivot. I have not done this before, but I think that "round tripping" is possible, but it means you would creating it in the sheet and then import it back into Power Pivot, either with Power Query or the import table feature in Power Pivot.
@ikar2k7 жыл бұрын
ExcelIsFun It's shame :( It would be great to make virtual tables on base of queryes (like views in sql) from another tables in PP.. MS, we will wait :)
@excelisfun7 жыл бұрын
Yes, it is a shame, especially since it is so easy to do in Power BI Desktop... I Think you are right, MS will probably add it soon, so we wait... ... ...
@ikar2k7 жыл бұрын
ikar2k Or may be feature of wraping dax instruction in connection directly (in moment of creating PT)..
@hosseinhosseinpoor95612 жыл бұрын
خیلی عالی
@CurbalEN7 жыл бұрын
Great example for both CALCULATETABLE and IN. I am firing my psychic or perhaps I am paying her too little.... /Ruth
@excelisfun7 жыл бұрын
What!?!?!? You can't fire her!!! She is rad, she is part of the Team : ) Plus, maybe she got it right, but you just temporarily misunderstood?
@excelisfun7 жыл бұрын
Or maybe she got it exactly right, but she misspoke when she communicated her results to you?
@CurbalEN7 жыл бұрын
Either way, she is fired! I will test my waters somewhere else...Who knows I might guess every video you make! I have a huge backlog though: 1437 against my poor 38... I need more hours in a day! /Ruth
@excelisfun7 жыл бұрын
You have way more than 38 videos, don't you? I don't see a way at your channel to see your total video count, but it seems like you have 100s of videos!?!? Even if you have 38, I think you mis-typed: I think you meant "my EXCELlent 38" : )
@CurbalEN7 жыл бұрын
Yes, yes I have 150 to be exact ;) but on DAX I have only 38... seems like nothing comparing to your number count! You can see the number of videos here: socialblade.com/youtube/channel/UCJ7UhloHSA4wAqPzyi6TOkw /Ruth
@vladimirkosimovsky66227 жыл бұрын
Thanks for video! please, more videos about using DAX Studio for analysis of bottlenecks and performance, if it possible
@excelisfun7 жыл бұрын
I am not an expert yet with bottlenecks and performance, yet. This is mostly because in order for issues to come up you need big data and I just don't have much big data. I am learning on both fronts, so hopefully soon I will be able to make such videos. What issues have you run into, and what sort of data and how big is your data?
@tariq3133136 жыл бұрын
Brilliant.
@excelisfun6 жыл бұрын
Glad you like it!!! Nothing like a few good pictures to help in understanding : ) Thanks for the support, DDDD, with your comment, Thumbs Up and Sub!
@mehmetatas54597 жыл бұрын
Thanks Mike How can I do the same OR function with the OR function. Could you give me the function formula.
@mohamedchakroun49737 жыл бұрын
1000* THUMBS UPPPPPPP
@excelisfun7 жыл бұрын
Thank you for the 1000 Thumbs Up!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@mehmetatas54597 жыл бұрын
Hi Mike, I am having trouble with DAX Studio IN function.
@excelisfun7 жыл бұрын
IN is only in the latest version of Excel and Power BI Desktop - you have to have the version that is connected online and updates each month. Since Microsoft has many versions these days, it really depends on the version.
@crossett107 жыл бұрын
Hi, I have carefully tried to do this workbook myself from the supplied start file and get an ongoing error. Also, after switching to the supplied finished file, when I try to refresh the OR table the output table doesn't update, I believe due to the same error. Information on my circumstances: 1) I have checked and I have the latest version of Excel 2016 as part of Microsoft Office 365 ProPlus 2) The specific error I see is from Dax Studio is: "Query (2,30) A function 'CONTAINSROW' has been used in a True/False expression that is used as a table filter expression. This is not allowed." 3) Specific code in Dax Studio and in the finished excel file is: EVALUATE CALCULATETABLE(AllSalesTable,dSalesRep[SalesRep] IN VALUES(disTeamNames[OR Criteria])) 4) In regards to above there is a blank after the "IN" function Anyone have the same issue? Any thoughts on what is causing this error? Thanks in advance!
@crossett107 жыл бұрын
Office Version 1701 (Build 7766.2099)
@Sal_A7 жыл бұрын
I couldn't open the start file data model in Power Pivot. When I click the Power Pivot Window icon using Excel 2010 I get an error that says "this workbook contains an Excel data model that is created in a newer version of Excel."
@excelisfun7 жыл бұрын
I do not know how to fix that. Also, I am fairly sure that IN does not work in earlier versions. You have to have Power BI Desktop or a 365 version of Excel that has the ability to be updated each month.
@friklloyd27167 жыл бұрын
Hi Mike IN won't work for me (don't know if there is some setting) so therefore i created a one to many relationship of the paramtable dTeamnames field Team and AllSalesTable field SalesRep The Dax Formula is as follows:- EVALUATE CALCULATETABLE(AllSalesTable,RELATEDTABLE(dTeamNames))
@excelisfun7 жыл бұрын
Yes!!!! That is a beautiful formula : ) If you don't have IN, maybe you have an older version. What version do you have?
@friklloyd27167 жыл бұрын
Excel 2016
@friklloyd27167 жыл бұрын
IN works in Power BI Desktop
@excelisfun7 жыл бұрын
Yes, Power BI Desktop is always ahead of Excel and Power Query...
@excelisfun7 жыл бұрын
Yes, the version that i have is Excel 2016, Office 365, Insider Edition, Slow.