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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.