Тёмный

Scenario: Highlight Max and Min Sales in a Line Chart | Power BI Interview 

LearnWidGiggs
Подписаться 64 тыс.
Просмотров 16 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 70   
@amandev8794
@amandev8794 5 месяцев назад
Just a smaill correction here, use country column when using 'ALL' Max_Point = var Max1 = MAXX(all(Orders[Country]),[TotalSales]) var Max2 = IF(Max1 = [TotalSales], Max1, BLANK()) Return Max2
@datalytic
@datalytic Месяц назад
Is the [TotalSales] a column or measure?
@shivangichaudharip-2948
@shivangichaudharip-2948 53 минуты назад
@@datalytic Its a measure , I think column wont work when we do calculated measure in IF statement like in this scenario
@padmasattiraju6179
@padmasattiraju6179 28 дней назад
I am getting two extra straight lines for Maxx and Minx value measures instead of two dots like you showed in the line chart.
@rowthulaphani4473
@rowthulaphani4473 Год назад
thanks for your great scenarios and i request pls give the sample datasets with the scenarios for best practicing.
@marlonetzel6450
@marlonetzel6450 21 день назад
I copied your function and it works, except the data label. IF i turn the data labels off there are non but if i turn them on, there are shown for every data point and not just for the min & max values.
@sandhyah6089
@sandhyah6089 5 месяцев назад
What table 3 contains? Which table to use in all function?
@trikavyam8101
@trikavyam8101 Год назад
Thank you ...with your videos i improved lot in dax ..
@learnwidgiggs
@learnwidgiggs Год назад
Glad to hear this.
@Blazekidzee
@Blazekidzee Год назад
You’re videos are really helpful and thank you so much. If possible pls post one end to end realtime scenario project in power bi
@learnwidgiggs
@learnwidgiggs Год назад
welcome, will plan.
@deepanshubiswal5315
@deepanshubiswal5315 Год назад
we need to complete 10 page report in a short span , they assigned two BI developers under you. Now question was: How would you decide steps for the flow of project.
@deboltraja2212
@deboltraja2212 7 месяцев назад
How would you answer
@vishalsonawane.8905
@vishalsonawane.8905 Год назад
Thanks For Good Content Can We same find Avg point in this line chart?
@bharathkumarthatikonda4982
@bharathkumarthatikonda4982 Год назад
Hi, I following all your dax videos and gaining so much of knowledge
@learnwidgiggs
@learnwidgiggs Год назад
Glad to hear this 😊
@bharathkumarthatikonda4982
@bharathkumarthatikonda4982 Год назад
@@learnwidgiggs Please make a video on complete RLS - Static RLS and Dynamic RLS It will be helpful for us
@thevivekj
@thevivekj Год назад
Max Sales = CALCULATE( MAX(Sales[TotalSales]), ALLEXCEPT(Sales, Sales[Country]) )
@Regans5677
@Regans5677 Год назад
Excellently explained new Dax
@learnwidgiggs
@learnwidgiggs Год назад
Thank you 😊
@meharusia9880
@meharusia9880 Год назад
But the problem is that we can not drill down further. Do you have any solution for that also?
@atharwaborkar6778
@atharwaborkar6778 3 месяца назад
@LaxmiChinta-q1z
@LaxmiChinta-q1z Год назад
Thank you sir for providing information.. What are the types of KPIs?
@learnwidgiggs
@learnwidgiggs Год назад
KPIs are different for different domains of reports
@hbshemati5138
@hbshemati5138 Год назад
could you provide us with the sample data to practice on?
@ranjith1083
@ranjith1083 Год назад
can you suggest me how to take max & min values based on four columns in matrix....those 4 columns are not direct columns they are written as measures.....so that those 2 values should be used in conditional formatting of those 4 columns and color it like heat map....Please suggest
@namrataghosh111
@namrataghosh111 Год назад
Thanks for another great scenario based qs
@learnwidgiggs
@learnwidgiggs Год назад
Welcome 🙂
@sambasivarao576
@sambasivarao576 Год назад
I have a Card visual with Total Sales. I have a country slicer and if I select a country the sales of that country is visible in Card, but if I do not select any country in slicer I need the sales of India in card visual. Can you explain this. This was an interview question.
@learnwidgiggs
@learnwidgiggs Год назад
Use selectedvalue Dax I have already covered this scenario in one of the previous video.
@gudaprasanna9986
@gudaprasanna9986 Год назад
Thanks for another great scenario 😊
@learnwidgiggs
@learnwidgiggs Год назад
Welcome 😊
@anikeetdey3411
@anikeetdey3411 Год назад
please the share the PBIX file with your videos if possible . It will be helpful for us to practice simultaneously .
@adilumr6359
@adilumr6359 Год назад
What would you recommend as the best way to learn dax
@learnwidgiggs
@learnwidgiggs Год назад
Practise the scenario based questions yourself as much as possible.
@DilipKumar-ch5uu
@DilipKumar-ch5uu 10 месяцев назад
Hi Shashank, Can u pls add pdf or something like material for interview purpose? I need pls
@NaveenKumar-fq4sb
@NaveenKumar-fq4sb Год назад
what about powerBI calls in may months...???
@nandinireddy2455
@nandinireddy2455 Год назад
Instead of Maxx can we use this way Calculate(max(total_sales), all(table3))
@learnwidgiggs
@learnwidgiggs Год назад
I don't think so, if this will work.
@sr5726
@sr5726 Год назад
max(y) works only if y is a column . total_sales is a measure and cannot be used with max. However you can create a new table and use maxx on it Max_Value = var t = CALCULATETABLE( ADDCOLUMNS ( 'Table 3', "@TotalSales", [TotalSales] ), ALLSELECTED () ) return MAXX(t , [@TotalSales]) but MAXX is the short version
@bhagisrivally
@bhagisrivally 8 месяцев назад
Hello, Thanks for the video but I am getting blank instead of max value. What could be the reason ? Please help
@ShraddhaBisen-ym9xs
@ShraddhaBisen-ym9xs 4 месяца назад
Data Labels should be on, drop down the data labels,apply setting to,series(select Total Sales measure),turn off the Show for this series option.
@deepanshubhandarivlogs5726
@deepanshubhandarivlogs5726 Год назад
Thankyou for sharing sir ❤
@learnwidgiggs
@learnwidgiggs Год назад
Welcome deepanshu 😊
@sakshinaik05
@sakshinaik05 Год назад
plz provide the dataset to practise
@soutikkumar2750
@soutikkumar2750 11 месяцев назад
Hey, Is there any special DAX in total sales?
@learnwidgiggs
@learnwidgiggs 11 месяцев назад
Its a simple measure using SUM()
@soutikkumar2750
@soutikkumar2750 11 месяцев назад
@@learnwidgiggs The max point is not showing for me.. Will check again..
@belliappaka8152
@belliappaka8152 10 месяцев назад
​@@soutikkumar2750even for me Max point is not showing
@perfectionist6624
@perfectionist6624 Год назад
Thank you sir, keep it up
@learnwidgiggs
@learnwidgiggs Год назад
Welcome😊
@muruganselva7431
@muruganselva7431 Год назад
Are you created Datatable "Table3"? this is not explained how to create
@learnwidgiggs
@learnwidgiggs Год назад
Using Calender DAX function.
@meghab2910
@meghab2910 Год назад
Hey. Can we change dynamically column name. Suppose in Slicer if we select January . In the table i want December sales along with title should be December
@learnwidgiggs
@learnwidgiggs Год назад
Yes it's possible
@meghab2910
@meghab2910 Год назад
Please make a video on that
@meghab2910
@meghab2910 Год назад
Try to make it as soon as possible. I stuck due to this
@maheshtiwari2297
@maheshtiwari2297 Год назад
I think this should work according to your requirement. SelectedMonthSales = VAR SelectedMonth = SELECTEDVALUE('Date'[Month]) RETURN SUMX(FILTER('Sales', 'Date'[Month] = SelectedMonth), 'Sales'[SalesAmount])
@simanchalpadhy-u7m
@simanchalpadhy-u7m Год назад
Hello sir. Is it possible to get job in power bi after 10 year gap with out fake experience?
@learnwidgiggs
@learnwidgiggs Год назад
Little difficult to justify the gap. If you can justify the gap, you may get the job.
@kastenivkimbo5347
@kastenivkimbo5347 Год назад
Nice
@learnwidgiggs
@learnwidgiggs Год назад
thnx
@sr5726
@sr5726 Год назад
Thank you for the video. In this case, say I use MAXX(ALLSELECTED('Table3'[Country],[Total Sales]) If I use Field parameters and try to switch between dimensions country/region + somemore from other tables, how you I do an allselected of field parameter's selected dimension. Could you suggest
@ashwinkumar5223
@ashwinkumar5223 Год назад
PLS SHARE THIS DATASET
@adilumr6359
@adilumr6359 Год назад
Why was ALL used here. What would be the difference without ALL
@learnwidgiggs
@learnwidgiggs Год назад
To ignore the filter context if any already exists.
@HappyAnalysing
@HappyAnalysing Год назад
When u apply a measure on any visual, the measure gets filtered by default (depends on the fields that you have used along with the measure in the visual), in this case you’ll not be able to get the max and min values without using ALL function. ALL function avoids the filter context in the visual. Hence, the measure identifies the max and min values from the column.
@trikavyam8101
@trikavyam8101 Год назад
​@@HappyAnalysing thank u so much alekya ....i confused alot whenever i saw using this ALL function in measures...with your words i can understand clearly what is going on with All function in measure
@simanchalpadhy-u7m
@simanchalpadhy-u7m Год назад
Plz reply
@Chetan_15
@Chetan_15 Год назад
thanks for your great scenarios and i request pls give the sample datasets with the scenarios for best practicing.
Далее
#kikakim
00:17
Просмотров 8 млн
Борщ в стиле высокой кухни!
00:57
Power BI Developer Interview Insider Secrets Revealed!
20:11
#kikakim
00:17
Просмотров 8 млн