Forum Discussion
LeroyPaul
Helper I
2 years agoMeasures that do not filter each other graphically
Hello ! 🙂 I have a problem with 2 measures in Power BI. Context : My dashboard should respond to the following case: I want to study the flow of documents to be processed over a given per...
amitchandak
Super User
2 years agoLeroyPaul , For More than one dat analysis prefer active inactive join approach
Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970
Power BI HR Active Employee Tenure Bucketing, and Hired, Terminated, and Active employees: https://youtu.be/fvgcx8QLqZU
Once you have measure ready with use relation, then use it in cumulative measure if needed
Cumm Sales = CALCULATE([Measure],filter(all('Date'),'Date'[date] <=max('Date'[date])))
Cumm Sales = CALCULATE([Measure],filter(allselected(date),date[date] <=max(date[Date])))