python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Show (count) and filter active employees based on date slicer
what i am trying to achieve is the following,
i have a (flat) table with employees containing first name,last name, hire date and termination date.
i would like to filter the table and also count the ...
hectic
Votes: 0
Answers: 1
excel PowerPivot Auto Calculated Measures & Columns
After looking at a few similarish questions I figured I needed something more specific so asking here. I will start by explaining the situation:
The Setup
I have a Store which sells Cakes, Cookies and...
Sargent179
Votes: 0
Answers: 1
How can I create a dynamic measure or column for an array in PowerBI?
Excel Example
I am attempting to recreate a similar chart in PowerBI as I did in excel seen below:
Here I have revenue per day. The chart shows the percent of days where revenue exceeds a fixed amount...
SimulationsWithBob
Votes: 0
Answers: 1
Measure average time per action in VBA
In Excel VBA I am trying to measure elapsed time per one cycle of For - Next loop, but without success.
My code is as follows:
time_beginning= Now
For i = start_row To end_row
number_cycles= i - star...
Dean Banko
Votes: 0
Answers: 1