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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Paraskhurana
Frequent Visitor

I need to check if my recommendations are being executed or not

Hi,

I recieve cost savings recommendations every month as a csv file, This file contains the resource name and the expected savings value. The recommendation file is apended each month with new recommendations.

I have to check if my recommendation was executed or not.

For example, I have recommendations for jan and feb, If the resource name is in both jan and feb then the recommendation was not executed, if the resource name is not there in feb then the recommendation was executed.

I am not able to understand how can I replicate this logic in Power BI.

I have been trying to figure this out for 2 days but could not find any solution.

Thank you for help in advance!

1 ACCEPTED SOLUTION

You can use the function repeatedly.  You can also use NOT IN( )

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

Read about the EXCEPT() function in DAX

Hey lbendlin,

I can use the except function when I have 2 different files, but my files are being updated from an azure storage account and it is being appended everytime we refresh the report.

You can use the function repeatedly.  You can also use NOT IN( )

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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