You sir just put an end to my 3h of searching for a video/article that will explain in detail how is this achieved! Thank you so so much!!
@marquaieteutsch5800Ай бұрын
I love your videos, very helpful. Thanks for helping me make my dashes the best they can be!
@Tammy-o9q4 ай бұрын
Thank you for sharing! Your video and explanation helped me so much.
@olufemisanchez97732 жыл бұрын
Great video, what about if I want to compare % change of 3 months interval. For instance % change between July and September
@SolutionsAbroad2 жыл бұрын
Thanks for watching! In this case you'll probably need a different solution, you can try this one I covered recently which uses DATESINPERIOD kzbin.info/www/bejne/lYa5kIOdqbCbjc0
@ahmedalshehabi79252 жыл бұрын
How can you compare Month to Date (MTD) vs. Last Month to Date (LMTD) where the reflection and visualization of data shall be based on the current date TODAY(). Thanks.
@SolutionsAbroad2 жыл бұрын
This is really interesting Ahmed, I will cover it in a video as I'm also curious what this would look like!
@luismitu88587 ай бұрын
Thanks, it helped me a lot!
@rahamatmadarangi Жыл бұрын
Great video, Is there a way we can see Pervious year data and next to that we see the current year data
@rajatsehgal42499 ай бұрын
While entering DAX function which key you press for moving to next line .
@akwasidanquahakwaboah46662 ай бұрын
use shift and enter key. I faced the same problem
@insertnamehere862510 ай бұрын
there is literally a Quick Measure to do this built into Power Bi.
@vijayvizzu13 жыл бұрын
Nice video, how can we restrict it use only single year, though I have selected a single year as 2021 in the slicer, but still Jan 2021 compares the values with Dec 2020. Is there a way to restrict only selected year ? Jan 2021 should be blank
@SolutionsAbroad3 жыл бұрын
Hi Vijay, it sounds like you'll need to wrap the whole measure with IF(NOT(ISBLANK(), [Measure here])) This makes sure any rows without any values will be excluded
@vijaydahake43884 ай бұрын
Hi, nice session. What happens when i drill up the MoM to see Data on X axis with Months or vice-versa
@bzflowerbee2 жыл бұрын
This is just what I needed but my situation is I want to compare current year monthly to last year monthly and shows the difference in percentage. I can't use 'previousmonth', what should I use to get the previous year monthly? Thanks for your help as always.
@deeswift-z1h8 ай бұрын
do we need the dates from calendar table or can I get it from my fact tbale itself ? As, I have data till march but its comparing for April as well and summing it to 0 (for MOM comparison )
@DineshGodge Жыл бұрын
Hello There, Its explained very well.Thanks Actually I am having Query that if i have 2 years data i want to show that MOM value for first month of each year should be same as actual but in my case it is taking =YTD value of Previous Year (2022)- January 2023 = giving wrong result it must take January 2023 as it is when i select year 2023 and also for 2022 Could please help on the same. if required more details please let me know
@sooryaprakashverma60445 ай бұрын
I am calculating the previous month sales and difference comparing with current and previous month but I get blank values in the column. How it is possible? This previousmonth function is not working for me.
@sziganmo2 жыл бұрын
Hello, I have a questions regaring Day on Day fuction - i understand why BLANKs showed up but is there any way that if we don't have a data from PreviousDay our measuer will take next No Blank value? Btw thanks for your videos that was a milestone for me :)
@SolutionsAbroad2 жыл бұрын
Hi there, of course! For this case, you'll need to use the IF statement to check if the value is empty, then show blank (or usually ZERO)
@alfreddowuona-owoo99362 жыл бұрын
Please how will you do that for a week on week change? Weekday starts from Monday
@safirahvandermeer5129 Жыл бұрын
I just have one metric I want to do this for so example; I don't use 'quantity x price', but just 'quantity'. However, I did these steps for one metric (used SUM instead of SUMX ) which works to mimic the same values as the original 'quantity' values, however next step with 'last month' calculation does not work (no values are shown). Tips anyone?
@DineshGodge Жыл бұрын
Hi Sir, Here if we select current year (2021) then it shows current month (Jan 2021) minus previous month (Dec 2022). but i want to show that if i select current year it will show same value for 1st month that is Jan 2021 without previous month value? can you tell us how to do it? if anyone here knows it they can help me thanks in advance
@dnwatson23 жыл бұрын
What about the Month compared to last year's same month?
@SolutionsAbroad3 жыл бұрын
Hi there, there is a DAX function called PARALLELPERIOD that will allow you to do this: docs.microsoft.com/en-us/dax/parallelperiod-function-dax
@thambiswamy92812 жыл бұрын
please provide files also
@SolutionsAbroad2 жыл бұрын
Hi Thambi, the files are all available to download through my Patreon: www.patreon.com/posts/demo-files-52538104