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
Anonymous
Not applicable

Different behavior on using DAX formulas on a single (live Conn.) dataset bound to another report

Hi  

 

I found some strange behavior in using a seperated Dataset (as PBIX) with reports in another PBIX as a solution(1)  versus a solution(2) in which the dataset and reports are combined in one PBIX.

 

In the first solution(1), using the Quick measure Month over Month, PowerBI creates a measure with the formula

DATEADD('TenantProductActivity'[ContentDate].[Date], -1, MONTH) somewhere in it.
Opening the measure and PowerBI complains that the part 'ContentDate].[Date]' is incorrect and returns an error 'Parameter is not of the correct type' . Strangly the Measure (as long you don't try to change it) will give the correct values... 
 
Using the same construct in the second solution(2) PowerBi does not complain and the measure kan be edit and reloaded correctly.
 
Anyone with the same experience and found a solution ?
1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , avoid using .[Date], and try

DATEADD('TenantProductActivity'[ContentDate] -1, MONTH)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

Top Solution Authors