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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

DAX'S HELP

Next the formula giving incorrect value.
Please help
QTY FACTURADO ?
CALCULATE(SUM(SO_BI_FACT[QTY]),
FILTRO(SO_BI_FACT,
SO_BI_FACT[CLASSIFICATION] <> "C&I"
&& SO_BI_FACT[FLAG]-1 ))
+
CALCULATE(SUM(SO_BI_FACT[QTY2]),
FILTER(SO_BI_FACT,
SO_BI_FACT [Classification] "C&I"))
1 REPLY 1
nandukrishnavs
Super User
Super User

@Anonymous 

 

Declare variables and return one by one and see where it is having an issue.

If possible, please share the expected output and sample table.

 

 


Regards,
Nandu Krishna

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.