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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.