Relative Content

Tag Archive for powerbidaxpowerquery

Assistance Needed with DAX Measure for Calculating Sequential Distance in Power BI

I am currently facing difficulties creating a DAX measure(or python script, or something else) to calculate the local distance between the most recent activity and the previous one, with all the data already present in a single table. Despite extensive research, all the examples I’ve found involve two tables, which doesn’t apply to my situation.

How to Calculate Working Hour for each employee using power bi

“Hello, how can I calculate an employee’s working hours per day, month, or week when I have the following data? The userid represents the employee ID and checktime is the date and time of their clock-in and clock-out, both stored in the same column.

How to create a dynamic dimension in Power BI

How can I create a dimension in Power BI that changes relative to selected condition. In this very case if a share of SKU is less then 10% out of total it gets a new name “other”. I belive this can be done in Qlik with aggr to return an array of values from a virtual table. Does Power BI allow such a thing?