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.
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
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
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!
User | Count |
---|---|
113 | |
63 | |
60 | |
39 | |
37 |
User | Count |
---|---|
117 | |
66 | |
66 | |
65 | |
50 |