The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
77 | |
77 | |
36 | |
30 | |
28 |
User | Count |
---|---|
106 | |
97 | |
55 | |
49 | |
46 |