Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Dear all,
I have 2 Tables [Customer] and [Sales] and I try to count how many customer do we lost with the conditions below :
Customers which ordered between 2016-10-01[A] to 2017-09-30[C] and for those what was the sales between 2017-07-01[B] to 2017-09-30[C].
I try this formula in dax but it returns blank.
Relation is done between Customer and sales on the fields [CUST]
VAR IDRESULT = CALCULATE(DISTINCTCOUNT(Customer[CUST]);FILTER(Customer;Customer[LAST SALES]>=[A]&&Customer[LAST SALES]<=[C]);FILTER(Sales;Sales[Period_date]>=[B]&&Sales[Period_date]<=[C]))
Thanks for the one who can help.
Novice
Hi @novicenovice,
You can not filter the result between two tables directly. You could create relationship between two tables and create a calcultted column using the RELATED function. Kindly share your sample data to me so that I can help with that. You can upload your file to dorpbox and share the link here.
Regards,
Frank
Hi @novicenovice,
Has your issue been solved? If any other question, feel free to let me know please.
Regards,
Frank
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 33 | |
| 32 | |
| 31 |