The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have an issue calculating the evolution in a period on wich I can change the beginning and ending dates.
I can't find the beginning date, so I can't calculate the value on this date, I tried :
StartDate = CALCULATE(min('NPS'[DATE]),ALLSELECTED('NPS'[DATE]))
but it still gives me the end date, I don't understand why...
Solved! Go to Solution.
Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!
Forget about my post, I had a filter in the page that forced that!
Thank you all for reading!
@AnthonyXelya , Try like
StartDate = CALCULATE(min('NPS'[DATE]),ALLSELECTED('NPS'))
Hello,
Still the end date 😞
User | Count |
---|---|
86 | |
84 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |