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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Return another column value when using Parallel period

Hi

 

I'm sure this should be relatively easy to do but think i'm having a Monday morning brain fade!

 

I have 2 cards, one which shows the latest month count of staff and the other the previous month. I also have a slicer where users can pick which ever month they want and the cards update as necessary.

 

I'm trying to get the card titles to update dynamically too. I am able to get the latest month easily using;

 

SELECTEDVALUE(Date_table[Financial_Month])
 
However, I'm struggling with getting the value for the previous month from my date table. Using the below returns the previous month date absoluely fine, but it's the value in an adjacent column, Date_table[Financial_Month], that i would like return and use in the card title
 
PARALLELPERIOD(Date_table[Month_end],-1,month)
 
Any help greatly appreciated
 
2 REPLIES 2
Anonymous
Not applicable

Managed to solve it! 

 

LOOKUPVALUE(Date_table[Financial_Month]Date_table[Month_end],vPARALLELPERIOD(Date_table[Month_end],-1,month))
andhiii079845
Solution Sage
Solution Sage

Hi @Anonymous 

do you have a example file without sensitive datas? 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors