Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi! I am new to dax and I can't figure out why neither of this measures are working.
First measure:
PM Line_amt v2 = CALCULATE([Line_amt],PREVIOUSMONTH('Date'[Date]))Second measure:
PM line_amt =
SUMX (
VALUES ( 'Date'[Calendar YearMonthNumber] ),
VAR OffsetMonths = 1
VAR MonthDays =
CALCULATE ( VALUES ( 'Date'[Calendar MonthDays] ) )
VAR SelectedDays =
CALCULATE ( DISTINCTCOUNT ( 'Date'[Date] ) )
VAR PreviousMonthNumber = 'Date'[Calendar YearMonthNumber] - OffsetMonths
VAR PreviousMonthFull =
CALCULATE (
[Line_amt],
'Date'[Calendar YearMonthNumber] = PreviousMonthNumber,
ALL ( 'Date' )
)
VAR DaysInMonthSelected =
CALCULATETABLE ( VALUES ( 'Date'[Calendar DayOfMonthNumber] ) )
VAR PreviousMonthPartial =
CALCULATE (
[Line_amt],
'Date'[Calendar YearMonthNumber] = PreviousMonthNumber,
DaysInMonthSelected,
ALL ( 'Date' )
)
RETURN
IF ( MonthDays = SelectedDays, PreviousMonthFull, PreviousMonthPartial )
)I have an active relationship between fact table and dim date table:
Please help.
Solved! Go to Solution.
I realized, my measure was working. I just didnt have any date selected, so it wasnt showing previous month. I am closing my request. Thank you for you replay.
Hi @Dmoreira ,
Why do you say your measure not work?
More details will be much helpful.
If it is convenient, could you share some data sample which could reproduce your scenario and your desired output so that we could help further on it?
Best Regards,
Cherry
I realized, my measure was working. I just didnt have any date selected, so it wasnt showing previous month. I am closing my request. Thank you for you replay.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |