Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
MikeBresnan
Helper I
Helper I

Getting previous period values based on slicer

I'm sure there is one little aspect i am missing in the  measure i pulled from a post on this forum, but i'm trying to get the previous date (i have a weekly balance table where each row is a different date and account) data for each of our operating cash accounts. Each is grouped into a subsidiary, which is in a separate linked mapping table. The balances should be summed by subsidiary. My measure is below

 

Prev Week Value = 
var _PrevWeek = [Prev Week]


return 
    Calculate(sum('Cash Position V2'[Value]),All('Cash Position V2'),'Cash Position V2'[Date] = _PrevWeek)

 

[Prev Week] is a dateadd measure subtracting 7 days from the date.

 

The measure is getting me the previous weeks data, but each subsidiary's row in the table has the entire summed balance instead of just the individual totals. hopefully this is an easy fix?

1 ACCEPTED SOLUTION

You have the same sample data for both weeks

 

lbendlin_0-1695399272013.png

 

View solution in original post

9 REPLIES 9
MikeBresnan
Helper I
Helper I

I remember why i overcomplicated this now.

The data i'm pulling in is the balance as of Friday of each week. Previous week is covered thanks to @lbendlin , but I also need to display the balances at the end of the previous year, and the friday of the same week in the previous year. I tried to use DATEADD, and subtract a year, but the actual day value doesn't line up. subtracting 364 days works, but that wont scale.

I updated the data in the link to include data for those additional dates, as well as some further failed attempts to get there. I'm thinking i need to leverage week numbers, but the weeks aren't lining up (8/26/2022 is week 35, and 8/25/2023 is week 34) either.

MikeBresnan
Helper I
Helper I

Here's a link to the example data.

https://drive.google.com/file/d/1EJp9tLNA2_fVfzz4HkV9sBMYLCUAGavO/view?usp=drive_link

MikeBresnan_1-1695390014476.png

I'm looking to add a second column via a measure that gives the previous month's totals by Parent, based on the slicer selection. I know this is easy to do with the prevmonth/qtr/year functions, but this data set is by week. After thinking about it, i wonder if i need to create a table for the previous week's balances within the measure? that's a bit above my pay grade so i'm not sure how to get that done.

 

 

 

can you please check the link? access is denied.

Sorry about that, link is fixed

You have the same sample data for both weeks

 

lbendlin_0-1695399272013.png

 

That worked!!

 

wow did i overcomplicate this...

lbendlin
Super User
Super User

You used 

All('Cash Position V2')

which will remove all filters.  Maybe use REMOVEFILTERS instead or rely on your [Date] filter override to do all the work.

i'm getting the same result with remove filters unfortunately...

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.