March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
HI everyone,
I have a Fiscal Year to date DAX that works Great! When I upload a new Projection data set with a new date column. It is doing something to my Oringal DAX. The card now returns a Blank NUmber. If I filter for Today, the card will work but not as it did before. When i delete the Date Column in the new data set, it fixes the problem, so I know it has something to do with that. Any ideas?
Hi @AOPOLO ,
Sorry, I can't figure out what you need based on your existing description. Can you share with us some screenshots of your data(hiding sensitive information) and DAX formulas, and the results you expec?
Thanks for your efforts & time in advance.
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@AOPOLO , If you have two dates. Join both of them with the date table and then use userelationship to activate the inactive join
with active join sales date
MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date]))
with inactive join create date
calculate( calculate( SUM(Sales[Sales Amount]),USERELATIONSHIP ('Sales'[CreateDate], 'Date'[Date])),DATESYTD('Date'[Date]))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |