PowerBI Zone
PowerBI Zone
  • 50
  • 179 079
PBI Interview Q&A-Measure to Calculate Sales at category level for each row + Matrix visual updates
#powerbiinterviewquestions #powerbizone #powerbiforbeginners
Today we take a look at yet another power bi interview question asked in E&Y.How to calculate the sales at category level when both category and subcategory are present .
Ans: We will use calculate and the dax expressin will be like :
Sales at Category Level =
CALCULATE(sum(Sales[Sales Amount]),ALL('Product'[Subcategory]))
ALL Dax removes the filter context at the subcategory level.
🔥🔥🔥Check out our other Power BI Tutorials Videos :🔥🔥🔥
👉1.SamePeriodLastYear with Example: czcams.com/video/WU9pJyyCOJE/video.html
👉2.How to Calculate Running Totals: czcams.com/video/1o9E7NV1uP4/video.html
👉3.Duplicate Vs Reference : czcams.com/video/n7XzkVH3Ij0/video.html
👉4.Merge Vs Append: czcams.com/video/ZfmdKRq2A4Y/video.html
👉5.Calculate Function in DAX Power BI: czcams.com/video/mPhpG8VYDlI/video.html
👉6.Filter Function in Power BI: czcams.com/video/5wKvfL6rfmY/video.html
👉7.Row Vs Filter Context: czcams.com/video/AKyijOTkMnw/video.html
👉8.ALL DAX Function: czcams.com/video/co8s79zVS7E/video.html
👉9.ALL Vs ALLSELECTED : czcams.com/video/bv7Yho9DX0c/video.html
👉10.ALL Vs ALLSELECTED VS ALLEXCEPT : czcams.com/video/aVVua4fG1V0/video.html
👉11.ALL Vs REMOVEFILTERS : czcams.com/video/BPo7SzJXb0w/video.html
👉12.TOPN Dax Usage : czcams.com/video/UEjgu5d607Q/video.html
👉13.Summarize Dax Function in Power BI: czcams.com/video/4W4eENnFi24/video.html
👉14.Summarize Vs Summarizecolumn :czcams.com/video/ugVyoTwReag/video.html
👉15.Calendar Vs CalendarAuto : czcams.com/video/pIIk42R4ex4/video.html
👉16.How to create a date table in Power BI : czcams.com/video/H8BVh6s6egU/video.html
👉17.How to calculate Running total for date values in Power BI
czcams.com/video/NBGGHdKxupk/video.html
👉18.How to default your slicer to current year/Month (Method 1 using custom visual) : czcams.com/video/o-gr3XgU1mg/video.html
👉18.How to calculate running total in power bi for non date values: czcams.com/video/85sKPSnc_GE/video.html
👉19.Usage of datediff in Power BI: czcams.com/video/nhvbGRAk2tk/video.html
👉20.Isblank() Vs Isempty : czcams.com/video/OItCmUrklhk/video.html
👉21.Power BI Scenario based Qn A :czcams.com/video/vkdNS3hEBiA/video.html
👉22.Power BI Interview Question (SWITCH function in FORMAT): czcams.com/video/9G3zebtJZ4k/video.html
👉23.Substitute dax to get rid of Numbers from Alphanumeric column:
czcams.com/video/zhMMJyb3WoQ/video.html
👉24 : Generating Row Number (Index Column) in Power BI Visualization Using DAX: czcams.com/video/nGgZ6AaqO3E/video.html
🔥🔥Learn Power BI through our vlog and Free Videos:🔥🔥
powerbizone.com/category/articles/
❤️❤️Do not forget to Like ,Subscribe and comment which keeps me motivated !🔥🔥
Mail your Queries at : yourpowerbizone@gmail.com
Download the pbix from : drive.google.com/file/d/1hv4bDhF_x5OZozHJ_tP2ejhAmGmNdVAd/view?usp=sharing
zhlédnutí: 77

Video

Generating Row Number (Index Column) in Power BI Visualization Using DAX | PBI Interview QnA
zhlédnutí 209Před 19 hodinami
#powerbizone #powerbi #powerbiinterviewquestions In this video we see how to create an index column or generate Row Number in Power BI Visualization Using DAX.We will be making use of the ROWNUMBER() Dax Function to achieve this. Examples : SalesRankWithinYear = ROWNUMBER(ORDERBY([SalesAmount], DESC), PARTITIONBY([CalendarYear])) SalesRankAllHistory = ROWNUMBER(ORDERBY([SalesAmount], DESC)) For...
Tricky Power bi Interview Q&A | ALL Dax function in power bi
#powerbiinterviewquestions #powerbi #powerbizone We take a look at yet another tricky power bi interview Question .This uses the ALL Dax function .This serves as an interesting uses case of ALL dax function. So the question is below: Does the following two measure provide same results : Measure 1A = COUNTROWS(ALL(Numbers)) Measure 1B = COUNTROWS(ALL(Numbers[Color],Numbers[Quantity])) True or Fa...
Power bi tricky interview questions | CALCULATE Dax made Easy
Hello Friends ,in todays episode we see a very interesting and tricky Question asked in E&Y and it involves the usage of the DAX Function called "CALCULATE".We have tried our level best in explaining the scenario and then explaining the CALCULATE function in the easiest way possible. Hope you like the step by step explanation . Consider the below measure written in DAX and has the usage of the ...
Power bi scenario based interview QnA - Using PATHITEM & SUBSTITUTE DAX
zhlédnutí 142Před 14 dny
#powerbi #powerbiinterviewquestions #powerbidaxfunction #powerbizone In todays power bi interview question we see a tricky scenario where the interviewer wants to evaluate your knowledge based on two DAX functions namely SUBSTITUTE() and PATHITEM(). Do watch the complete video for a complete unerstanding. 🔥🔥🔥Check out our other Power BI Tutorials Videos :🔥🔥🔥 👉1.SamePeriodLastYear with Example: ...
🔥🔥 Master Power BI Bookmarks & Buttons (👉including Data option) 🔥
#powerbiinterviewquestions #powerbizone #powerbi #powerbibookmarks Power BI bookmarks are a powerful feature that allow you to capture and save the current state of a report page. Here’s how you can create and use report bookmarks in Power BI: Creating Report Bookmarks: Open your report in Power BI Desktop. Go to the View tab and enable the Bookmarks pane. Configure your report page as you want...
Substitute dax to derive only Numers from Alphanumeric col -Power bi DAX Interview Question & Answer
zhlédnutí 155Před 21 dnem
#powerbideveloper #powerbiinterviewquestions This power bi interview Question was asked in many companies including TCS ,Wipro & Wells Fargo .It uses the dax function Substitute. The substitute dax Replaces existing text with new text in a text string . Syntax :SUBSTITUTE(text, old_text, new_text, instance_num) Download the pbix file from: drive.google.com/file/d/1WjqP4HLM9jAtQ5Dwmnrl236n5j_uoj...
🔥Power bi DAX interview Question & Answer 🔥: Using Substitute dax to get rid of numbers
zhlédnutí 355Před měsícem
#powerbideveloper #powerbiinterviewquestions This power bi interview Question was asked in many companies including Wells Fargo .It uses the dax function Substitute. The substitute dax Replaces existing text with new text in a text string . Syntax :SUBSTITUTE(text, old_text, new_text, instance_num) Download the pbix file from: drive.google.com/file/d/1WjqP4HLM9jAtQ5Dwmnrl236n5j_uojjS/view?usp=s...
👉Power BI Scenario based Interview Question: Creating single column with multiple currency formats
zhlédnutí 425Před 2 měsíci
Looking for Power BI interview questions and answers? In this video, we'll cover a popular interview scenario - creating a column with multiple currency formats in Power BI. Whether you're preparing for a Power BI job interview or just want to expand your skills, this video will help you understand the process of creating a column with multiple currency formats in Power BI. These interview ques...
Power BI Scenario based Interview Question: Format negative numbers in Red Brackets
zhlédnutí 348Před 3 měsíci
In this Power BI Scenario we see how to format a negative number withiin brackets .This is one of the most commonly asked Power BI Interview Question .To Answer this you need to be aware of the FORMAT Function in Power BI . Also see the below link for detailed explanation on FORMAT : dax.guide/format/ #powerbi #powerbi_training #powerbipro #powerbizone 🔥🔥🔥Check out our other Power BI Tutorials ...
Power BI Scenario based Interview Questions : Optimize Sales in DAX using Summarize & Filter
zhlédnutí 532Před 3 měsíci
In this video we take a look at the recent Power BI interview question asked in PWC.The question was to optimize the table in such a way that the table be filtered only for "France " values. Answer to this question is explained in details in this video.We use FILTER inside SUMMARIZE functionin dax to get the optimized version. #powerbi #powerbi_training #powerbipro #powerbizone 🔥🔥🔥Check out our...
Power BI Scenario based Interview Question : Display Sales & Qty based on Hierarchy in single Column
zhlédnutí 324Před 4 měsíci
In this video we see an important Question related to HASONEVALUE dax.We learn to showcase both Sales and Quantity in a single column based on hierarchies. #powerbi #powerbi_training #powerbipro #powerbizone 🔥🔥🔥Check out our other Power BI Tutorials Videos :🔥🔥🔥 👉1.SamePeriodLastYear with Example: czcams.com/video/WU9pJyyCOJE/video.html 👉2.How to Calculate Running Totals: czcams.com/video/1o9E7N...
TCS🔥Power BI Scenario based Interview Question & Answer 🔥SWITCH function inside FORMAT
zhlédnutí 578Před 4 měsíci
In this video we learn about a new Scenario based Interview Question that was asked in TCS. Basically we see how can we write a dax and convert both decimal and percentage into a single column . I thank Subham (my linked ln friend) to give me this Power BI Scenario based Interview Question.And request you guys to to also give me support by giving the questions that you are facing in your Power ...
Power bi scenario based interview question and answers 🔥🔥
zhlédnutí 2,2KPřed 6 měsíci
We showcase real time live scenarios asked in several power bi interviews (TCS | Delloite | PWC | Accenture |etc) and provide correct answers for each .In todays topic of discussion we cover a total of 4 different scenarios as under: 1.How to sync slicers on same page. 2.Usage of left /right anti joins 3.Using changed column sequence 4.Use of EXCEPT dax function in real time Don't miss out on t...
Power BI Interview Question -Default slicer to current year or month -Method 2 (using DAX)
zhlédnutí 3,7KPřed 9 měsíci
Description: 📊 Are you ready to take your Power BI dashboards to the next level? In this tutorial, I'll show you a game-changing trick to default slicers to the current month or year using DAX! 🔥 Imagine having your reports automatically show the most relevant data every time you open them. No more manual adjustments! 🚀 In this video, we'll dive deep into DAX (Data Analysis Expressions) and exp...
How to Set Default Slicer selection to Current Year / Month in Power BI
zhlédnutí 20KPřed 9 měsíci
How to Set Default Slicer selection to Current Year / Month in Power BI
DYNAMIC Titles based on multiple Slicer selection | Multi-select Dynamic Titles | PBI interview QnA
zhlédnutí 2,3KPřed 9 měsíci
DYNAMIC Titles based on multiple Slicer selection | Multi-select Dynamic Titles | PBI interview QnA
Power bi scenario based interview Question & Answers | Dynamic Title based on user Slicer selection
zhlédnutí 3,5KPřed rokem
Power bi scenario based interview Question & Answers | Dynamic Title based on user Slicer selection
🔥🔥 Power bi scenario based interview questions & answers for experienced professionals & Freshers 🔥🔥
zhlédnutí 13KPřed rokem
🔥🔥 Power bi scenario based interview questions & answers for experienced professionals & Freshers 🔥🔥
Power BI DAX Interview Questions & Answers| Concatenate | Concatenatex |Sum| Sumx|ALL|GenerateSeries
zhlédnutí 3KPřed rokem
Power BI DAX Interview Questions & Answers| Concatenate | Concatenatex |Sum| Sumx|ALL|GenerateSeries
How to sort months in power bi - Short Tutorial |Power BI interview Questions
zhlédnutí 1,1KPřed rokem
How to sort months in power bi - Short Tutorial |Power BI interview Questions
🔥🔥power bi interview questions and answers | 👉Slicer Vs Filter | 👉Edit Interaction| 👉Sync Slicer
zhlédnutí 2,6KPřed rokem
🔥🔥power bi interview questions and answers | 👉Slicer Vs Filter | 👉Edit Interaction| 👉Sync Slicer
Power BI ISBlank DAX Function with IF Condition | replace blank values | isblank vs isempty
zhlédnutí 4,4KPřed rokem
Power BI ISBlank DAX Function with IF Condition | replace blank values | isblank vs isempty
Power BI datediff dax Usage with Example| How to calculate difference between two dates in power bi
zhlédnutí 5KPřed rokem
Power BI datediff dax Usage with Example| How to calculate difference between two dates in power bi
Running Total in Power BI for non date Values | How to calculate running total in Power BI using DAX
zhlédnutí 4,1KPřed rokem
Running Total in Power BI for non date Values | How to calculate running total in Power BI using DAX
How to calculate Running total for date values in Power BI
zhlédnutí 4,8KPřed rokem
How to calculate Running total for date values in Power BI
how to create a date table in power bi: step by step | create date table using power query and DAX
zhlédnutí 860Před rokem
how to create a date table in power bi: step by step | create date table using power query and DAX
Calendar Vs Calendar Auto Dax Function| Power BI Dax Tutorial
zhlédnutí 3,8KPřed rokem
Calendar Vs Calendar Auto Dax Function| Power BI Dax Tutorial
summarize vs summarizecolumns | how to use summarize and summarizecolumns in DAX with examples
zhlédnutí 18KPřed rokem
summarize vs summarizecolumns | how to use summarize and summarizecolumns in DAX with examples
summarize dax | How to use summarize in DAX | Power bi Dax Tutorial
zhlédnutí 3KPřed rokem
summarize dax | How to use summarize in DAX | Power bi Dax Tutorial

Komentáře

  • @madhusudhanreddyt2838

    In Power Query, Using the Custom Column, For Alphabets Text.Remove([CUSTOMERCODE], {"0".."9"}) For Numbers Text.Remove([CUSTOMERCODE], {"a".."z", "A".."Z"})

  • @saltpepper9062
    @saltpepper9062 Před dnem

    Thanks..I just faced this question in TCS recently.Your videos are really easy to understand

    • @powerbizone
      @powerbizone Před 4 hodinami

      Yep ..its a very common question and a must know

  • @SanaKhan-ze8hs
    @SanaKhan-ze8hs Před 2 dny

    Thankyou sir. But when I applied the same steps at the end in slicer its by default selecting "All" instead of lastest month could you please suggest me where I am doing wrong

  • @madhusudhanreddyt2838

    one easy way is to select the column on which you want to apply the formatting and then select "Currency" in the format section..which in turn is going to replace the -ve sign with () or else create a calculated column with below dax code: SalesValue = FORMAT(Sheet1[SalesAmount], "#,0.00;(#,0.00)") and then create another calculated column with below dax code: Sales CF = IF(Sheet1[SalesAmount] > 0, "Green", "Red") Go To SalesValue, Conditional Formatting and select Font color.. select Field Value in Format Style and select the Sales CF...

  • @madhusudhanreddyt2838

    Thanks for the video, Sales Amount Currency = FORMAT ( SalesInfo[SalesAmount], SWITCH ( SalesInfo[CountryName], "India", "₹ #00.00", "United States", "$ #00.00", "France", "₣ #00.00", "Japan", "¥ #00.00", "England", "£ #00.00" ) )

  • @madhusudhanreddyt2838

    little simple way to avoid any confusion between the currency and percentage, we can use the below dax to create calculated column Output = FORMAT(Sheet1[Mixed], SWITCH(Sheet1[Type], "Decimal", "$00.00", "Percentage", "00.00%"))

  • @madhusudhanreddyt2838

    not only hiding the filters pane..we have an option where we can lock the filters at the visual level and the page level so that once you publish the report to the power bi service and share the report with others..they will be able to see the filters pane but they will not be able to edit the filters or modify the filters...

    • @powerbizone
      @powerbizone Před 4 dny

      thnx for adding more to the topics Madhu ..Appreciated !

  • @nilimagoyal
    @nilimagoyal Před 5 dny

    Grt Videos Sirji

  • @nilimagoyal
    @nilimagoyal Před 5 dny

    Very useful.

  • @madhusudhanreddyt2838

    extension to the above question where we need to display the country name when you select a country in the slicer.. if you need to display list of countries by a delimeter when you choose multiple countries in the slicer, use the below dax expression in the measure, Selected Countries = VAR _countriesList = CONCATENATEX(DISTINCT(Sheet1[CountryName]), Sheet1[CountryName], ", ") RETURN SWITCH(TRUE(), ISFILTERED(Sheet1[CountryName]), _countriesList, "Please Select Country To Display")

    • @powerbizone
      @powerbizone Před 5 dny

      thnx for helping out the community Madhusudhan :)

  • @nilimagoyal
    @nilimagoyal Před 6 dny

    Hello Sir, Can u pls make the video on End to End Powerbi dashboard report.

    • @powerbizone
      @powerbizone Před 6 dny

      Sure Nilima .. will try in the near future ..thnx for the feedback :)

  • @nilimagoyal
    @nilimagoyal Před 6 dny

    Grt Video Sir

  • @madhusudhanreddyt2838

    to clear the filters for all the slicers we can a new option available in power bi...where we can go to the actions of the image object and select the type as "clear all slicers"

    • @powerbizone
      @powerbizone Před 6 dny

      thnx ..yes it was introduced recently ..i will try to make a video on this ..thnx for being vigilant & pointing out Madhusudhan .Also, If you like my content do subscribe .Bye.:)

    • @madhusudhanreddyt2838
      @madhusudhanreddyt2838 Před 5 dny

      @@powerbizone Always welcome!!!! I know the pain it takes to create these videos to help the community and share the knowledge...All the best for future videos

    • @powerbizone
      @powerbizone Před 4 dny

      @@madhusudhanreddyt2838 thnx

  • @nilimagoyal
    @nilimagoyal Před 7 dny

    grt explanation Sir, Keep it up.

    • @powerbizone
      @powerbizone Před 6 dny

      Thnx Nilima .Glad you liked it . Dont forget to recommend Powerbi zone to friends and do Subscribe if you like the content :)

  • @powerbizone
    @powerbizone Před 8 dny

    The link to download the file : drive.google.com/file/d/1-wg3TDunOhgolKKqeGAjEKldcwy9xdd-/view?usp=sharing Do not forget to subscribe to get all the latest updates ,tricks & tricks on power BI.

  • @kajoripaul7279
    @kajoripaul7279 Před 8 dny

    can u pls make a power bi project using most of the scenarios you have covered?

    • @powerbizone
      @powerbizone Před 8 dny

      Thank you for the comment Kajori..Really appreaciate your interest .However i have close to 50 videos now with diverse topics .To combine everything into a single project is going to be a mammoth task .Nevertheless i am creating Playlists so that viewers can get different useful topics under one umbrella.I will defeinitely try to make a long video on Power BI in the upcoming future .Thanks for your commment and dont forget to subscribe :)

  • @Gandunomics007
    @Gandunomics007 Před 8 dny

    share the file !

    • @powerbizone
      @powerbizone Před 8 dny

      Sure ..Here you go: drive.google.com/file/d/1-wg3TDunOhgolKKqeGAjEKldcwy9xdd-/view?usp=sharing Also bro..if you like the content dont forget to subscribe :)

  • @nimikajadav3004
    @nimikajadav3004 Před 10 dny

    Very nice. This may very helpful in my project as i am working on finance project. We can use min and max word rather than putting high or low values. Bcz i am using this thing.

    • @powerbizone
      @powerbizone Před 10 dny

      Yep..agreed and glad you are using this in your project :)

  • @powerbizone
    @powerbizone Před 11 dny

    Guys dont forget to like and subscribe ! Link to the pbix file: drive.google.com/file/d/1GJnYx7lFtZsMlAPZksO05UF2Wj8bUxAx/view?usp=sharing

  • @nimikajadav3004
    @nimikajadav3004 Před 14 dny

    Very nice video. And one more que. How did u do that animated card.. Advertisement type.

    • @powerbizone
      @powerbizone Před 14 dny

      thnx Nimika .. I had used a viz called scroller and cretaed a hardcoded column with the scrolling text .If you like my videos plz do subscribe :)

    • @nimikajadav3004
      @nimikajadav3004 Před 14 dny

      @@powerbizone Thank you for providing this option.

    • @powerbizone
      @powerbizone Před 13 dny

      @@nimikajadav3004 Most welcome !

  • @NaveenKumar-mg5pt
    @NaveenKumar-mg5pt Před 14 dny

    So easy to understand thank you so much sir

    • @powerbizone
      @powerbizone Před 14 dny

      You are welcome Naveen .If you like the content please consider sharing with Friends and dont forget to subscribe :)

  • @suhailkilledar1963
    @suhailkilledar1963 Před 15 dny

    👌

    • @powerbizone
      @powerbizone Před 15 dny

      Thnx Suhail ..Do consider subscribing if you like the content :)

  • @saltpepper9062
    @saltpepper9062 Před 15 dny

    Excellent..top notch content

  • @powerbizone
    @powerbizone Před 16 dny

    ❤❤Do not forget to Like ,Subscribe and comment which keeps me motivated !🔥🔥 Mail your Queries at : yourpowerbizone@gmail.com Download the pbix from: drive.google.com/file/d/15Hh7LpgLR2g6UFCZrNdmkiRa-yzXRbJU/view?usp=sharing

  • @amazo1991
    @amazo1991 Před 19 dny

    Suppose I have 2 preselected slicers product and month dependent on each other, On selecting a product from the product slicer i get the default minimum month selected on the month slicer, when I change the selection on the month slicer manually, and now I go back and select another product on the product slicer, the default on the month slicer vanishes, nothing is selected by default. I need to reset and get back the default selection. Can this be avoided? I mean I do not want to use the reset button.

  • @summaoruvideo7300
    @summaoruvideo7300 Před 21 dnem

    hi chatgpt has provided below code as output , could you please make a video on it too CONCATENATEX ( FILTER ( ADDCOLUMNS ( GENERATESERIES ( 1, LEN ( 'Table'[Alhanumeric] ) ), "Character", MID ( 'Table'[Alhanumeric], [Value], 1 ) ), MID ( 'Table'[Alhanumeric], [value], 1 ) >= "0" && MID ( 'Table'[Alhanumeric], [Value], 1 ) <= "9" ), [Character], "" )

    • @powerbizone
      @powerbizone Před 20 dny

      Hey there .thnx for trying this out.There can be multiple ways to achieve the same objective.However it depends on you which method you want to choose .If you think you are comfortable with the chatgpt output .please go for it .All the best !

  • @powerbizone
    @powerbizone Před 21 dnem

    Download the pbix from : drive.google.com/file/d/1hv4bDhF_x5OZozHJ_tP2ejhAmGmNdVAd/view?usp=sharing

  • @saltpepper9062
    @saltpepper9062 Před 23 dny

    Keep up the good work 💪

  • @powerbizone
    @powerbizone Před 25 dny

    Download the pbix from: drive.google.com/file/d/1RhjrmblKLg7SYHZ68LS_rhnjDK295t3p/view

  • @jochendecraene5519
    @jochendecraene5519 Před 28 dny

    Great explanation, thnx!!

  • @shwetashetty6455
    @shwetashetty6455 Před 29 dny

    Very well explained. Thanks a lot

  • @ishaqkhan8653
    @ishaqkhan8653 Před měsícem

    Hi, thank you for the video, I have a question , let us say I want to exclude both the filters in the table shown. Can we do that. So the formula would be AllSales = calculate( sum(financials[Sales]), all(financials[country]), all (financials[year]) I am assuming that year column belongs to the 'financials' table. is it possible to add 2 or more filters in the all function calculation?

  • @Yadavji65678
    @Yadavji65678 Před měsícem

    wow!!!!!

  • @MusicalShorts-hn1px
    @MusicalShorts-hn1px Před měsícem

    Please keep posting such interview problems more frequently.....

  • @royce4140
    @royce4140 Před měsícem

    Promo'SM 🙌

  • @manjumondal506
    @manjumondal506 Před měsícem

    Excellent video . Your content is top notch

  • @manjumondal506
    @manjumondal506 Před měsícem

    Can you show us how to extract only numbers like you did alphabets..great video

    • @powerbizone
      @powerbizone Před měsícem

      Yep..will make one soon .Happy learning!

  • @saltpepper9062
    @saltpepper9062 Před měsícem

    Great content as usual..I never knew we can use substitute like this ..thnx

  • @amritwadhwa
    @amritwadhwa Před měsícem

    Very good video. Thanks for explaining this so clearly. Is there a way to get rid of '1' that appears on the column subtotal?

  • @arjunna9359
    @arjunna9359 Před měsícem

    awesome! short & crisp but effective! Thanks

  • @vishalmane3139
    @vishalmane3139 Před měsícem

    😍

  • @richardsaldana4880
    @richardsaldana4880 Před 2 měsíci

    I have a similar goal to the tutorial you provided; however, in the case if you were to filter out a country like united states, I would like the cumulative total to start at the next highest country. Could you provide insight to how that can be done? Many thanks!

  • @kompanyon1001
    @kompanyon1001 Před 2 měsíci

    Good explanation . Thank you

  • @user-sq2sm6tb4g
    @user-sq2sm6tb4g Před 2 měsíci

    sir..awesome..saved lot of time