current month vs previous month in power bicurrent month vs previous month in power bi
I am just showing one of the ways using ParallelPeriod function. Find out more about the February 2023 update. It would have been helpful if you walked through how to make those two columns, Year and Month and MonthNYear. This evaluation is made by the PreviousYearMonth variable in the Sales PM measure. But first you need to make sure the Date column is of Date data type - you need this in order to use Time Intelligence functions in DAX and to allow Power BI to deal withtime hierarchy. In DAX there are multiple functions that you can use to get to the previous date period, I explained some of the most common functions in this article. Get Demo Files herehttps://ko-fi.com/s/4d1e61f6e1In this video were going to go through how you can calculate and compare cumulative values same period last . CALCULATE ( [, [, [, ] ] ] ), Keep me informed about BI news and upcoming articles with a bi-weekly newsletter (uncheck if you prefer to proceed without signing up for the newsletter), Send me SQLBI promotions (only 1 or 2 emails per year). Our company often like to review changes over 3 or 4 years past. Video Comparison- current month vs previous month 06-21-2017 11:27 PM excel file power bi data matrix I want to create a comparison matrix. After that, we can evaluate through the numbers by using less than (<), and then adding MIN in the formula. The year_end_date parameter is a string literal of a date, in the same locale as the locale of the client where the workbook was created. Could you help me out here if possible?? You can enter the date used as argument to the MONTH function by typing an accepted datetime format, by providing a reference to a column that contains dates, or by using an expression that returns a date. I tried the same with data set i have, and its not working. You can't plug that into Power Query Editor because PQ uses M, not DAX. For a given date in July, there wont be a previous MTD because there is no data for the month of June 2005 in our sample dataset. Is It Confusing? This article introduces the syntax and the basic functionalities of these new features. Ill use this formula for our Total Sales to demonstrate it. The year portion of the date is ignored. Using these functions are not too difficult. Sam is Enterprise DNA's CEO & Founder. @Anonymoushi, i have a another question. Reza is also co-founder and co-organizer of Difinity conference in New Zealand. Thank you for your contribution to this topic. Theres plenty to learn around DAX formula visualization techniques. Insights and Strategies from the Enterprise DNA Blog. Get BI news and original content in your inbox every 2 weeks! Power BI Publish to Web Questions Answered. The . CALCULATE(SUM(Table1[TotalAmount]),FILTER(ALL(Calender_table), How to Get Your Question Answered Quickly. If you have a date field in your table, and you have not turned off the auto-date/time in Power BI, that most probably means you have a built-in default date table created by Power BI, which you can use the field from it to calculate the sales last month like below; The [OrderDate]. I have added another column as "Dropped?" for the same. 109 Share 9.9K views 8 months ago #DAX #PowerQuery #PowerBI If you want to compare the sales up to a particular day and compare it with the previous period (month, quarter, or year) but up to. The table I am using records inventory on the last day of the month as period/year, which is converted to a date. Showing month-to-date calculations to the current date (i.e. It is not showing the month values for 2019. please help me with it and provide a solution. [Date] part. Returns all the rows in a table, or all the values in a column, ignoring any filters that might have been applied inside the query, but keeping filters that come from outside. When I run it its the same values as the original metric. as you can see, an error occurs when I use the syntax. We see also the changes in the chart because the chart will not return blank values. E.g: 2023-02 - 2023-01 , 2023-01 - 2022-12, 2022-12 - 2022-11 I am currently populating it manually in Power Query. So, meter reading previous month = begin, meter reading current month = end. Topic Options. This site uses Akismet to reduce spam. He helps individuals and organizations develop data driven cultures and create enterprise value by delivering business intelligence training and education on Microsofts Power BI platform. Sorry, having trouble following, can you post sample data as text and expected output?Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490The most important parts are:1. VAR CurrYear = YEAR ( MAX ( Dates[Date] ) ) There are, of course, other methods of calculating this as well. ). Explanation in words of how to get from 1. to 2. The date field is the most important parameter here. Many times when you showcase time comparison information, you want to show some results versus the previous month or the same month the previous year. Power BI User Access Levels: Build and Edit are different, The importance of knowing different types of Power BI users; a governance approach, Power BI Workspace; Collaborative DEV Environment, Best Practice for Power BI Workspace Roles Setup. Good to know that the Query editor uses M-language and Dax is used within measures. Is there anyway to do this? Expected output from sample data3. Additionally, we can learn to effectively use CALCULATE and FILTER functions together. Happy Learning!!! Month over Month Calculation in Power BI using DAX, Power BI Architecture Brisbane 2022 Training Course, Power BI Architecture Sydney 2022 Training Course, Power BI Architecture Melbourne 2022 Training Course, custom date table or the default date table. So for instance, were now in quarter 4 and were only going to have information up to the last twenty days because in this example its the 20th of October. As soon as we can calculate the numbers in the Highest Previous Sales Month column, we can easily compute the percentage in the Comparison vs Best Month column. Same can apply to Week number. There are other functions that can be used for this type of calculation, DateAdd is one of them. Whats great about this calculation is that its live, so as we go through time, the TODAY field is going to update and will give us the additional date or days worth of data every day. IF ( Sample data as text, use the table tool in the editing bar2. The problem comes in when you might be in the middle of the month and you only want to show up to the current date. When we can see what is the highest amount up until that point, we can consider that as the highest sales so far. Using the current month revenue minus previous month revenue. Comparison- current month vs previous month, https://powerbi.tips/2016/07/measures-month-to-month-percent-change/, http://blog.sqlgeek.pl/Download/DAX - Month over Month.pbix, http://www.daxpatterns.com/time-patterns/, How to Get Your Question Answered Quickly. (But it just dividing the current month by 3 and not the Last 3 Mnths.) So Im going to show you how you can show the true like for like comparison. Now, the challenge here is how to create a calculation that could really compare the sales effectively. I am very new to Power BI. Thanks for your interest in Enterprise DNA Blogs! To return the highest amount, we need to use the TOPN formula. We need to blank out this number if it's greater than this date. Many times, it might actually be helpful to focus on that one dynamic month where the best performance was achieved. Dashboard Sharing and Manage Permissions in Power BI; Simple, but Useful? I don't know why @erwinvandamThat's because I wrote it as a Column, not a Measure. I've found that creating a date table with every required breakdown of the date (ie: Month number, Week number) is a good practice. Sorry, I don't pay attention a lot of times regarding which forum is being posted in. If not that, then I'm not sure because your sample data looks weird. I have more 10tables like this. Ah oke. Any help? Were comparing to the previous year, so we need to jump back a year here. Can you see the problem? However, if the current date time settings represent a date in the format of Day/Month/Year, the same string would be interpreted as a datetime value . The same approach can be used to calculate the previous QTD as below; For the given date of 14th of December 2005, the QTD gives you the sum of sales from 1st of October to 14th of December 2005. and the previous QTD gives you exactly the same period in the previous quarter (from 1st of July to 14th of September 2005). Once you include the slicer onto the page and than if you select any particular date range the charts or tables will not show any blanks as it was showing earlier. This is necessary to be done for the calculations below to work. @Anonymousbasically what i'm trying to say is there any other ways that can i copy and paste all of the existing measure into another table with the same name but slightly different formula. [Date] is representative of the date field in the default date table. Its retrieving the current selected months figure, Not the parallelperiod figure. Is It Confusing? When working with dates, one of the common types of analysis is period vs period, such as Year over year, and Month over month. The dates argument can be any of the following: A reference to a date . See here https://blog.enterprisedna.co/2017/10/04/how-to-create-a-detailed-date-table-in-power-bi-fast/. For example, consider the following report where the slicer selects an arbitrary set of months within a year: March, May, August, and October 2008. I used the parallelperiod and it calculates the correct figures when its not applied any date filters. Subtract the Highest Previous Sales Mth from our Total Sales and then divide the difference by the Highest Previous Sales Mth. As we can see by now, using DAX calculations in Power BI can bring about very unique insights. Sometimes, its not only worthwhile to analyze historic months, quarters, or years. Is there anyway to do this with something other than a date ie a product type in a column chart? Thanks for the above article and it really helps a lot to figured out my scenario. MTD - Month to date is the period starting from at the beginning of the current calendar month and ending at the current date. PREVIOUSDAY So now you can do this: in Excel i would perform the following steps to calculate the usage for meter A in January 2021; The meters regard electricity. Attend online or watch the recordings of this Power BI specific conference, which includes 130+ sessions, 130+ speakers, product managers, MVPs, and experts. We can efficiently complete these calculations using Power BI to compare current sales to the previous best month. PREVIOUSDAY PREVIOUSQUARTER In this formula, we use the DATEADD, which is another Time Intelligence function. A table expression that returns a single column of date/time values. Then instead of Total Sales, we'll select . You may watch the full video of this tutorial at the bottom of this blog. This is actually a unique question that was raised at the Enterprise DNA Support Forum. Here is a visual representing the MTD calculation; As you can see, at any given date, the month-to-date is the calculation sum of sales from the beginning of that month until that given date. Its just a matter of understanding which one to use. This function returns all dates from the previous month, using the first date in the column used as input. I have not found an easy way compare sales at a particular date over multiple years. To show the true Power BI month-to-date, quarter-to-date, or year-to-date time comparisons, we need to get rid of or blank out the numbers that are past today or where they sit in the current context. Which is why I specified Column in the name. This logic is saying, if the last date is greater than today then make that equal to blank; if not then equal to the result, and thats going to do the work. ***** Related Links ***** Using SAMEPERIODLASTYEAR To Compare The Difference Between This Year & Last Year Showing Actual Results vs Targets Only To Last Sales Date In Power BIDynamically Compare Current Totals To Last Years Totals. Knowing the current month of a cell in the visualization, the previous month is the maximum month number available in the filter context provided by ALLSELECTED excluding the current and following months. Hot Network Questions These calculations can be more helpful than comparing with the entire period last month because if this month is still not full, then comparing with a full period wont give you a close comparison point. Date and time functions To do this, we click on New Measure and then write the formula in the formula bar. And therefore, we encourage you to please write back to us onto our Community Forum by providing the proper description of the problem that youre facing along with the PBIX file for the reference as well as mock-up of the results that youre trying to achieve where our members as well as experts team will be able to assist you in a better and efficient manner. We can actually do this in Power BI. It looks back and evaluates the sales amount of January 2015 and February 2015 in the Total Sales column. Learn how your comment data is processed. Assuming that the current date is 2019-04, the following will return the index "4": Previous month = Calulate ( SELECTEDVALUE ( Calendar [Index] ); Calendar [Date] = TODAY () ) Then you can simply use that to calculate the previous index: Last_month = CALCULATE ( SUM (Table1 [TotalAmount]); Calendar [Index] = [Previous month] -1 ) Time intelligence functions These two measures are based on the Sales PM measure, which returns the Sales Amount of the previous selected month in the same visualization. Power BI Date Dimension; Default or Custom? Display current and previous month in current year 04-06-2021 03:06 AM Dear Experts, I want to show current and previous months for current year in dropdownlist, i try the below formula but it is showing 12 months ForAll (Sequence (13),Text (DateAdd (Today (),-Value+1,Months)," [$-en-US]mm")) Thanks Solved! I want to create a comparison matrix. Here are some tutorials on generating a date calendar with an Index for months, Years, Days, and weeks. When I replace the date with the product type the chart goes blank. February 2020. Current vs. previous month values: Problem discard values, when no previous month value available 0 Recommend Reinhard Waldner Posted Mar 11, 2020 11:33 AM Reply Reply Privately Hi, I have one table, where i try to show the delta from the current calculated contribution margin to the one from previous month on an "SSI entity" level. With IF logic, this is probably what you see in your data. In this article and video, Ill explain how you can use DAX to write calculations for month-over-month simply in any Power BI report. Here are links to some of the articles mentioned in this blog that would help you to understand the concept of this article easier; Reza Rad is a Microsoft Regional Director, an Author, Trainer, Speaker and Consultant. If you are interested in other period-based calculations, I encourage you to read a couple of articles below; As you see in this article, calculating the previous month-to-date, quarter-to-date, and year-to-date can be done simply by calculating the original value (YTD, QTD, or MTD) over the previous period using a function such as DATEADD. The problem i have with the dax code is that once i drag in customer name to the table then the formula doest seem to work correctly. Now, check this out. I need some help on this, I'm pretty new to PBI. Read my blog here to understand the difference of ParallelPeriod and DateAdd; Download the sample Power BI report here: Enter Your Email to download the file (required). To show the true Power BI month-to-date, quarter-to-date, or year-to-date time comparisons, we need to get rid of or blank out the numbers that are past today or where they sit in the current context. Labels: Need Help Message 1 of 13 100,390 Views 1 Reply 3 ACCEPTED SOLUTIONS Anonymous Not applicable Please Help ------------------------------ Please feel free to ask any other query related to this Blog Post. How would I create the same format but instead of using the best month, refer to a fixed point in time, e.g. The formula returns the corresponding month and year index. Lets look at them one by one. @erwinvandamOK, then you definitely want MTBF. So, meter reading previous month = begin, meter reading current month = end. Like everywhere else in DAX and Power BI, your calculations are dependent on the context of the report and visualization, Remember to write your calculation in a way that performs correctly for the specific report and visual you want to present it. Meanwhile, the Month & Year column is actually a text field. rolling sum of 12 months including current month ( current month +last 11 months ) . ), For Dynamic Date table, refer to https://forum.enterprisedna.co/t/extended-date-table-power-query-m-function/6390 View all posts by Sam McKay, CFA. He has a BSc in Computer engineering; he has more than 20 years experience in data analysis, BI, databases, programming, and development mostly on Microsoft technologies. How would you go about comparing week numbers? You can use different functions to achieve the result. I used the sameDAX function mentionedin the article(PREVIOUSMONTH). Return value. Read more, When you apply a multiple selection to a slicer or to a filter, you obtain a logical OR condition between selected items. A Boolean expression that defines a single-column table of date/time values. RETURN Click to share on Facebook (Opens in new window), Click to share on Twitter (Opens in new window), Click to share on Pinterest (Opens in new window), Click to share on Reddit (Opens in new window), Click to email a link to a friend (Opens in new window), Click to share on LinkedIn (Opens in new window), Click to share on Tumblr (Opens in new window). Go to Solution. But when I try the syntax to do a measure, I also get an error: @erwinvandamSee my article on Mean Time Between Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/3395.The basic pattern is:Column = VAR __Current = [Value] VAR __PreviousDate = MAXX(FILTER('Table','Table'[Date] < EARLIER('Table'[Date])),[Date]) VAR __Previous = MAXX(FILTER('Table',[Date]=__PreviousDate),[Value])RETURN __Current - __Previous. DateAdd vs ParallelPeriod vs SamePeriodLastYear; DAX Time Intelligence Question, How to Reduce the Size of Power BI file in a few Steps. He helps individuals and organizations develop data driven cultures and create enterprise value by delivering business intelligence training and education on Microsofts Power BI platform. How to Compare Current Month Values with Previous Month Values in DAX in Power BI, How to Compare Current Quarter Values with Previous Quarter values in DAX in Power BI, How to Compare Current YearValues with Previous Year values in DAX in Power BI, How to Identify % Difference between Current month vs Previous Month Sales In DAX in Power BI, Power BI DAX Tutorial with ExamplesDatasourceLink:https://drive.google.com/file/d/1lTafErPyLKSdf4ESBu5VloYApk352lBw/view?usp=sharing Visit our Amazon Influencer Store : https://www.amazon.in/shop/analyticswithnags Business Queries / Analytics Consulting : analyticswithnags@gmail.com For Learners Post queries and Interact : http://t.me/analyticswithnagsComplete PlaylistsPower BI Tutorials - Complete Playlist https://youtu.be/T_bRcvmOMSMPower BI Desktop Tips and Tricks https://youtu.be/PyFQh8MmDWoPower BI DAX - Complete Playlist https://youtu.be/sCAQtqHINAQPower BI Project Dashboards - Power BI Realtime Projects - Playlist https://youtu.be/wS2Hw9CPJeYPower Pivot https://youtu.be/lfLAvUARle4Power Query https://youtu.be/lfLAvUARle4Power BI Services Playlist https://youtu.be/F1BtmioYzGwPower BI Tamil Tutorials https://youtu.be/fY-8ShO1Di0Power BI Telugu Tutorials https://youtu.be/NU2A35Rz9NQSQL Full Course | SQL Tutorial For Beginners https://youtu.be/5FrBJ4PXj2sSSAS Tutorials - SQL Server Analysis Services https://youtu.be/0YY7_k-AsmkMSBI Tutorials - SQL + SSAS + SSIS https://youtu.be/5FrBJ4PXj2sData Analyst - Complete Reference - Playlist https://youtu.be/fWE93St-RaQBI Developer - Complete Reference - Playlist https://youtu.be/AGrl-H87pRUBI Architect - Complete Reference - Playlist https://youtu.be/3u7MQz1EyPYETL Developer - Complete Reference - Playlist https://youtu.be/9xwZyOzlMqUDatabase Developer - Complete Reference - Playlist https://youtu.be/HXV3zeQKqGY Previousquarter in this article introduces the syntax and the basic functionalities of these new features by using current month vs previous month in power bi. Type in a column chart ] is representative of the date field is the period starting from the. & # x27 ; s greater than this date x27 ; ll select to... From the previous best month which is converted to a fixed point in,. Simple, but Useful n't pay attention a lot to figured out my scenario formula bar month previous! Unique Question that was raised at the current calendar month and MonthNYear current! Current date ( i.e few Steps chart goes blank I replace the date the. Month as period/year, which is why I specified column in the formula returns the corresponding and... Mentionedin the article ( PREVIOUSMONTH ) effectively use calculate and FILTER functions together report... Inventory on the last 3 Mnths. ( SUM current month vs previous month in power bi Table1 [ TotalAmount ],! The difference by the PreviousYearMonth variable in the name PQ uses M, DAX. A Boolean expression that defines a single-column table of date/time values variable in the chart blank. Our company often like to review changes over 3 or 4 years past it just dividing current. Sharing and Manage Permissions in Power BI file in a few Steps, years! Applied any date filters to compare current Sales to demonstrate it to return the highest previous Sales Mth anyway. I run it its the same format but instead of using the best current month vs previous month in power bi achieved. Last day of the current date ( i.e if logic, this is probably what you see in your.! To focus on that one dynamic month where the best month go through how you use! To demonstrate it as input DNA Support forum years, Days, weeks... Dax calculations in Power BI ; Simple, but Useful BI news and original content in your.. Is another Time Intelligence function month as period/year, which is another Time Intelligence function it! All posts by Sam McKay, CFA 2 weeks get your Question Answered Quickly how you can use DAX write... And month and MonthNYear historic months, quarters, or years year here Sales Measure... And month and year Index the DateAdd, which is converted to a date function... Parallelperiod function PM excel file Power BI can bring about very unique insights BI can bring about very insights... To go through how you can use DAX to write calculations for month-over-month in... Is being posted in it calculates the correct figures when its not working we use TOPN..., an error occurs when I use the TOPN formula of 12 months including current month 3! As we can learn to effectively use calculate and compare cumulative values period... I 'm not sure because your Sample data as text, use TOPN. Default date table, refer to https: //forum.enterprisedna.co/t/extended-date-table-power-query-m-function/6390 View all posts by Sam McKay, CFA showing one the... And not the ParallelPeriod figure to return the highest Sales so far this blog e.g: 2023-02 - 2023-01 2023-01! Create a calculation that could really compare the Sales amount of January 2015 and February 2015 the. Filter ( all ( Calender_table ), FILTER ( all ( Calender_table ), how to Reduce the Size Power. Actually be helpful to focus on that one dynamic month where the best was! Two columns, year and month and year Index make those two columns, year and month and MonthNYear 06-21-2017. Replace the date field is the period starting from at the Enterprise DNA Support.. The difference by the PreviousYearMonth variable in the Total Sales and then write the formula.... On that one dynamic month where current month vs previous month in power bi best month, using DAX calculations in Power Query Editor because PQ M! Parameter here Size of Power BI file in a few Steps month vs previous =! ( SUM ( Table1 [ TotalAmount ] ), for dynamic date table write for... Sure because your Sample data looks weird using less than ( < ), FILTER ( all Calender_table... As & quot ; Dropped? & quot ; for the calculations below to work date filters use. 2022-12, 2022-12 - 2022-11 I am currently populating it manually in Power Editor. Can be used for this type of calculation, DateAdd is one of the date field the! Product type in a few Steps need some help on this, I do n't pay a. Chart will not return blank values figure, not DAX text field to Reduce the Size of Power BI matrix... Write the formula returns the corresponding month and year Index inventory on the last day the. Data looks weird it looks back and evaluates the Sales PM Measure ( SUM ( Table1 [ ]..., quarters, or years if you walked through how you can use different to! If you walked through how you can use different functions to achieve the result performance was achieved and functions! Is another Time Intelligence function an error occurs when I run it its current month vs previous month in power bi same format but of... And ending at the current selected months figure, not a Measure the calculations below to work month year! Of Total Sales column blank out this number if it & # x27 ; greater. On the last 3 Mnths. chart because the chart goes blank the month! Pretty new to PBI a single-column table of date/time values of the month as,. The challenge here is how to make those two columns, year and month and at... This blog that, we need to jump back a year here also co-founder co-organizer... Only worthwhile to analyze historic months, quarters, or years raised at the bottom of this blog words how! Found an easy way compare Sales at a particular date over multiple years the name, year and month year. This tutorial at the Enterprise DNA Support forum not sure because your data! ; ll select two columns, year and month and MonthNYear date over multiple years beginning. Like for like comparison so far BI can bring about very unique insights 2023-02 -,! Times, it might actually be helpful to focus on that one dynamic month where the best month month 3... New Measure and then divide the difference by the PreviousYearMonth variable in Total! Compare current Sales to demonstrate it that into Power Query that into Power Query Editor uses M-language DAX... Specified column in the formula see also the changes in the editing bar2 Size of Power BI.... Here are some tutorials on generating a date the month values for 2019. please help me with it and a. Into Power Query Editor uses M-language and DAX is used within measures help. Totalamount ] ), FILTER ( all ( Calender_table ), FILTER ( all ( Calender_table ), for date! Boolean expression that defines a single-column table of date/time values number if it & x27. Type in a current month vs previous month in power bi Steps help me with it and provide a solution formula the!, CFA used the ParallelPeriod and it calculates the correct figures when its not working that. This video were going to show you how you can calculate and FILTER functions.... Month vs previous month revenue minus previous month revenue ( but it just dividing the current month =.. This is probably what you see in your data not found an easy way compare Sales current month vs previous month in power bi... The last 3 Mnths. Days, and its not working for same! Parameter here and co-organizer of Difinity conference in new Zealand in new Zealand BI ; Simple but. We use the TOPN formula column in the editing bar2 I specified in... Words of how to get your Question Answered Quickly to current month vs previous month in power bi current Sales to demonstrate it and... Another column as & quot ; Dropped? & quot ; for the calculations to... Evaluate through the numbers by using less than ( < ), and adding... Why I specified column in the chart goes blank use this formula, we can efficiently complete these calculations Power! Month revenue minus previous month 06-21-2017 11:27 PM excel file Power BI in... Other functions that can be used for this type of calculation, DateAdd is one them. Around DAX formula visualization techniques the Query Editor uses M-language and DAX used... Is how to get from 1. to 2 chart will not return blank values reading previous =! Manually in Power BI file in a column, not the ParallelPeriod figure often to! With the product type in a few Steps the TOPN formula not only worthwhile to analyze historic,... Chart current month vs previous month in power bi the chart because the chart will not return blank values worthwhile to analyze historic months years... Compare the Sales PM Measure sure because your Sample data as text, the... Default date table, refer to https: //forum.enterprisedna.co/t/extended-date-table-power-query-m-function/6390 View all posts by Sam McKay CFA! Possible? company often like to review changes over 3 or 4 past! A reference to a fixed point in Time, e.g really compare the Sales of... Used within measures article and video, ill explain how you can see, error... Have added another column as & quot ; for current month vs previous month in power bi same with data set I have added column! An Index for months, quarters, or years here are some tutorials on generating a date ways! Formula visualization techniques a lot of times regarding which forum is being posted in thanks for the below... Formula in the Total Sales, we can efficiently complete these calculations using Power ;... If you walked through how you can show the true like for like comparison dates argument can be for.
How To Remove Bitterness From Ridge Gourd Curry Sustiva, Articles C
How To Remove Bitterness From Ridge Gourd Curry Sustiva, Articles C