March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello together,
first time posting here, cause i have nobody in my company to ask about power bi and DAX.
I calculated a filtert measure in my table for every month, which works fine, but now i need to divide this Measure for every month by a calculated number of days which come from another created Table.
Solved! Go to Solution.
I found a way to a solution.
So normally you would have the "month" in the visual and then you could use something like:
VAR __Month = MAX('Table'[Month])
RETURN
Well that would only give me the result for last Month (12) which is the max number.
[Arbeitstage]
MonthOfDate | Arbeitstage | Krankentage | Plantage |
1 | 20 | 1 | 19 |
2 | 22 | 0,5 | 21,5 |
3 | 21 | 2 | 19 |
[gf effort]
MonthOfDate | .. | .. | Revenue |
1 | .. | .. | 10000 |
2 | ... | .. | 7890 |
1 | .. | .. | 5000 |
...
these are my tables.
VAR __Month = MAX('Table'[Month])
RETURN
I found a way to a solution.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
28 | |
21 | |
20 | |
13 | |
10 |