Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi community
I’m sorry .
In fact, I don’t know how to describe my question.
So ,let me use the screenshot to ask my question ~
1. Relationship
2.Measure (In these measures ,I did not use the calendar table.)
SumSalesValue = SUM('Order'[SalesValue])
2011SalesValue = CALCULATE([SumSalesValue],FILTER(‘Order’,YEAR(‘Order’[OrderDate]) = 2011 ))
2012SalesValue = CALCULATE([SumSalesValue],FILTER(‘Order’,YEAR(‘Order’[OrderDate]) = 2012 ))
Trend2011v2012 =
IF( [2011SalesValue] <= 0 && [2012SalesValue] > 0 , “New”,
IF( [2011SalesValue] > 0 && [2012SalesValue] <= 0 , “Lost”,
IF( [2011SalesValue] > 0 && [2012SalesValue] > 0 && [2011SalesValue] > [2012SalesValue] , “DEC”,
IF( [2011SalesValue] > 0 && [2012SalesValue] > 0 && ([2011SalesValue] < [2012SalesValue]) , “INC” , “STD “)
)
)
)
3. Visual Table (Yes, the screenshot as below is my question .)
Why is there a Cartesian product in this table?
Hi @Anonymous ,
Why did you add two CustomerID columns from different tables into one visual? Could you please share your sample data and excepted result to me if you don't have any Confidential Information.Please upload your files to One Drive and share the link here.
Regards,
Frank
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
90 | |
84 | |
70 | |
49 |
User | Count |
---|---|
143 | |
121 | |
112 | |
58 | |
57 |