Тёмный
Mohit Tyagi
Mohit Tyagi
Mohit Tyagi
Подписаться
This channel all about tools Tableau, Power BI, SQL Here we will cover all kind of scenaio based problems.
Tableau Real Time Issues
10:26
4 месяца назад
Tableau || Tableau Real Time Problem
12:20
4 месяца назад
Remove abc in Tableau
1:32
2 года назад
Комментарии
@darrylw99
@darrylw99 2 дня назад
Your use of c*** is not an appropriate alias dying pmsl
@A8OC
@A8OC 3 дня назад
Hmm, a republish might be in order 🫢
@HARSHRAJ-gp6ve
@HARSHRAJ-gp6ve 4 дня назад
with cte as( select table1.*,ROW_NUMBER()OVER() as x1 FROM table1 ),cte1 as( select category,x1 FROM cte where category!='Null1' ),cte2 as( select category,x1,COALESCE(LEAD(x1)OVER()-1,(select COUNT(*) FROM table1)) as x2 FROM cte1 ) select cte2.category,cte.Brand FROM cte2 JOIN cte ON cte.x1 BETWEEN cte2.x1 and cte2.x2; Mohit sir,if you find my query correct then react on my query,i just update null tonull1 to reduce chance of error
@mohittyagi9141
@mohittyagi9141 4 дня назад
Hi, you code need to be edit like pass alteast one parameter within over(), no need for 3 cte which make query little complex
@PavaniReddy-m2q
@PavaniReddy-m2q 5 дней назад
please share the DDL and DML scripts also
@mohittyagi9141
@mohittyagi9141 4 дня назад
Added
@KomalTyagi-p4o
@KomalTyagi-p4o 6 дней назад
Wow very nice 👌
@KomalTyagi-p4o
@KomalTyagi-p4o 6 дней назад
Nice,👌
@in6tinct
@in6tinct 7 дней назад
"very poor choice of aliases" 😂 Jk thanks great question and answer
@chandanpatra1053
@chandanpatra1053 7 дней назад
Bro atleast provide create & insert statement in the description box. So that We can practice from our side. Take this as a suggestion. Keep it up this sql series.👍👍👍👍👍👍
@mohittyagi9141
@mohittyagi9141 6 дней назад
Added
@WesttranIock-g3o
@WesttranIock-g3o 10 дней назад
Allen Amy Thomas Jose Hall Melissa
@tejasvithetraveller9474
@tejasvithetraveller9474 13 дней назад
Nice
@williamnkum2053
@williamnkum2053 13 дней назад
this is good stuff! thank you!!
@mohittyagi9141
@mohittyagi9141 13 дней назад
Thank you so much for appreciating
@bhagavanreddy5857
@bhagavanreddy5857 Месяц назад
It worked thank you 🙏 Why we need to keep last measure name in between inverted commas any reason for that?
@mohittyagi9141
@mohittyagi9141 Месяц назад
Since the original measure name is sales, in case of you don’t want to change your measure name
@MaddyIndia
@MaddyIndia 2 месяца назад
Wonderful interview you covered all the main questions and the answers were crisp to the point.
@MNahidMahmud
@MNahidMahmud 2 месяца назад
You may need to add 1 to your final formula. Some date difference are negative in your calculation
@teepireddydeepika8169
@teepireddydeepika8169 3 месяца назад
Hi how to download tableau desktop public i need some help
@mohittyagi9141
@mohittyagi9141 3 месяца назад
Tableau desktop you can directly download it . Just go to google and type Tableau desktop free download
@teepireddydeepika8169
@teepireddydeepika8169 3 месяца назад
But that one only 14days trail version
@mohittyagi9141
@mohittyagi9141 3 месяца назад
@@teepireddydeepika8169 for 1 year you need to arrange college id card, it is for students only , they will share 16 digit code that will be valid for next 1 year
@teepireddydeepika8169
@teepireddydeepika8169 3 месяца назад
@@mohittyagi9141 ok i wil arrange
@samshiddentalents4091
@samshiddentalents4091 8 месяцев назад
Thank you for this video. Thumbs up
@mohamedellaban8175
@mohamedellaban8175 11 месяцев назад
how split name ( first, middle, and last name in one cell ) to (first in cell ) and (middle, and last name in another cell ) ?
@vaishnavimate350
@vaishnavimate350 Год назад
Can you explain with tavealu tool these question and answer
@thunderduck999
@thunderduck999 Год назад
excellent!
@saikishore2401
@saikishore2401 Год назад
Hi Dear.. I'm new to tableau development. I have a requirement to display custom week filter like week start date & end date from transaction date followed by.. 'week 1- 01/01/2023 - 01/07/2023'. I could able to do this by concatenating respective fields. Now my concern is all about .. To display Max week to be selected by default in dashboard. Please let me know if there is a way to filter Max week by default.. As custom week will be in string format after doing the work around and concatenation. Thanks Sai.
@mohittyagi9141
@mohittyagi9141 2 месяца назад
Hi, I couldn’t understand your issue, can you connect with me on my WhatsApp. Given in description
@saikishore2401
@saikishore2401 2 месяца назад
@@mohittyagi9141 Thanks a lot dear.. I could able to sort this issue by exploring tableau via google Actually then I was new to Tableau, hence couldn’t implement that. Let me brief you.. a custom field was expected to represent the date range for instance like ‘Wk1: 01/01/2024 - 07-01-2024’ which represents week 1 like so on.. This was used in a dynamic lable of Chart
@davidyolchuyev2905
@davidyolchuyev2905 Год назад
you are amazing
@shilpatyagi5529
@shilpatyagi5529 Год назад
👍👍👍💥💥
@shaikroshanjameer3943
@shaikroshanjameer3943 Год назад
Great info sir
@yogitashelar563
@yogitashelar563 Год назад
i am trying same formula but it return null value the version is 2022.3.1 and our data is from 2018 to january 2023 SO DATE(DATEADD('month',3, DATETRUNC('year',{MAX([Order Date])}))) this formula return value is 01/04/2023
@mohittyagi9141
@mohittyagi9141 Год назад
if you want YTD for this: if order_date>= datetrunc('year',{max(order_date)}) and order_date<={max(order_date)} then sales else 0 end
@yogitashelar563
@yogitashelar563 Год назад
But how to find YTD when our fiscal year start from April to march
@sabaruzkhan2573
@sabaruzkhan2573 Год назад
Great explanation 👌
@sriram-si3hr
@sriram-si3hr Год назад
this is so helpful ,Could you perhaps help with "Quarters" I need to compare Current FY Quarters Vs Previous year Same quarters.
@abhishekdmc4
@abhishekdmc4 Год назад
Good content, easy to understand!
@howardstory3575
@howardstory3575 2 года назад
Thank you! Very helpful!
@barbarahendrix6043
@barbarahendrix6043 2 года назад
Could you perhaps help with "Same periode Previous Year" in a financial year (April-March), for example i want to compare sales from 4/1/2022 till 8/9/2022 to 4/1/2021 till 8/9/2021. I want to see growth on a daily basis Thank you so much for your help!
@mohittyagi9141
@mohittyagi9141 2 года назад
iyou just need to create this syntex dateadd('year',-1,orderdate) and use this in the same calculation which you find in video
@namratanagvekar6857
@namratanagvekar6857 2 года назад
i am not getting perfect output for seconds
@josephubbarapu8885
@josephubbarapu8885 2 года назад
Hi Mohit., Can you please include the seconds part also for complete information like hh:mm:ss. or mm:ss only
@rahulc5714
@rahulc5714 2 года назад
Thankyou. I have been looking to see how to display the datetime field as is when pulled into Rows shelf. This video helped.
@shaikroshanjameer3943
@shaikroshanjameer3943 2 года назад
Thanks for great info sir
@shaikroshanjameer3943
@shaikroshanjameer3943 2 года назад
Excellent information sir
@shaikroshanjameer3943
@shaikroshanjameer3943 2 года назад
Thanks for valuable information
@Chenna_Reddy11
@Chenna_Reddy11 2 года назад
Thanks
@gauravandroid7
@gauravandroid7 2 года назад
Thanks. N how to subtract the value from one date to another?
@mohittyagi9141
@mohittyagi9141 2 года назад
u can use date formula: datediff('day',startdate,enddate)
@rohith7009
@rohith7009 2 года назад
Hi Mohit, Please help me with this query: In the viz i want to show region with highest profit as a KPI. if 'central' has got highest profit then only central show be in that KPI. I am using this calc but getting error: IF ({ FIXED [Region]: SUM([Sales])}) = SUM([Sales]) THEN [Region] END thanks in advance
@sriharin7666
@sriharin7666 2 года назад
Pls suggest me which concepts i need to learn along with Tableau
@mohittyagi9141
@mohittyagi9141 2 года назад
LOD's, window functions, custom charts
@sriharin7666
@sriharin7666 2 года назад
@@mohittyagi9141 sorry bro my question is wrong
@sriharin7666
@sriharin7666 2 года назад
@@mohittyagi9141 i wanted to ask you which SQL concept i need to learn along with Tableau
@mohittyagi9141
@mohittyagi9141 2 года назад
@@sriharin7666 joins, sub-queries, window functions,ddl,dml
@news4955
@news4955 2 года назад
Please increase the text size to write the formula
@mohittyagi9141
@mohittyagi9141 2 года назад
sure
@anilantique4740
@anilantique4740 2 года назад
thanks ......keep going with real time scenarios plsss.......
@komaltyagi1908
@komaltyagi1908 2 года назад
Nice
@bridgetb1170
@bridgetb1170 2 года назад
This video has been very helpful. How would I separate the action filter from all the graphs in my visualisation ? Ideally I would like to connect the filter used in the map to just two of the graphs in my visualisation. Is there anyway of doing this? I have also sent an email explaining the issue I'm having with the link to my viz, your feedback and help would be much appreciated :)
@mohittyagi9141
@mohittyagi9141 2 года назад
I have posted the video for the same . Please watch!
@roshanpasha50
@roshanpasha50 2 года назад
Hi Mohit, it was a nice explanation.. is there any way I want the same in format by averaging / grouping by a certain dimension
@mohittyagi9141
@mohittyagi9141 2 года назад
Hi Roshan, i did not understand your requirement , please ping me on telegram: tableau@tyagi
@reikoobray2573
@reikoobray2573 2 года назад
? ᎮᏒᎧᎷᎧᏕᎷ
@komaltyagi9218
@komaltyagi9218 2 года назад
Nice👍
@komaltyagi9218
@komaltyagi9218 2 года назад
Nice👍
@komaltyagi9218
@komaltyagi9218 2 года назад
Nice👍
@shivamsingh-oj1st
@shivamsingh-oj1st 2 года назад
Nice 👍👍