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
Naseema
Frequent Visitor

How to change datasource settings in pbix file from on premise server to snowflake

Hi,

I want to change data source settings in pbix file in powerbi desktop from onpremise server to snowflake .

I have same tables in snowflake, i want to change the source.

Help me for this scenario.

4 REPLIES 4
Samarth_18
Community Champion
Community Champion

Hi @Naseema ,

 

You could create a measure as below:-

_measure =
SUMX (
    FILTER (
        ALL ( 'Table'[Date] ),
        'Table'[Date] <= MAX ( 'Table'[Date] )
    ),
    [number of position filled]
)

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

alekhved
Resolver I
Resolver I

hi @Naseema 

 

Not sure if I am missing something. But if we just have to create a DAX measure to calculate difference between two columns, it looks like

 

Diff =
SUM('Table'[Value1]) - SUM('Table'[Value2])
 
Thanks!
alekh
 
 
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
 
 

 

Naseema
Frequent Visitor

@alekhved Thanks for u r response,

I did update the my post with detailed info.

alekhved
Resolver I
Resolver I

hi @Naseema ,

 

Could you be please more clear with the expectation. The attached screenshot doesn't imply what is needed or how the number would be derieved.

 

Thanks!

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.