cancel
Showing results for 
Search instead for 
Did you mean: 
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
Super User
Super User

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
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.