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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
BramK
Frequent Visitor

Calculated column from Power BI Desktop not working in Report Server

Hello

 

To get the latest data out of the fact, I made a calculated column in Power BI, which I can use to filter my page.

If I choose the value 1 for that filter, I will get the latest month with data in the fact.

 

When I copy this calculated column to Report Server, I get an error.
I tried using selectedvalue but then my filter never finds a match, so only returns 0 


Below my code and the error message (sorry, the formatting doesn't transfer for some reason)

 

MaxMonth =
VAR LastValue =
CALCULATE (
LASTNONBLANKVALUE (
VD_DATE[D_DATE_MONT_YYYYMM_NUMBER],
SELECTEDVALUE ( VD_DATE[D_DATE_MONT_YYYYMM_NUMBER] )
),
VF_HR_INDIV_MONTH
)
RETURN
if(LastValue = MIN(SELECTEDVALUE(VD_DATE[D_DATE_MONT_YYYYMM_NUMBER])),1,0)

BramK_0-1688716211913.png

 

2 REPLIES 2
lbendlin
Super User
Super User

Are you sure this is a measure in Power BI Desktop?  Smells more like a calculated column.

Oops, indeed!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.