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 September 15. Request your voucher.
Hi everyone!
I have some problems with calendar dates. I made a table "calendar" by function "CALENDARAUTO"
But DAX functions do not work at all. It calculated the share of all year, did not react to function FILTER, ALLSELECTED. Please, help to solve the problem
and
@Anonymous , Avoid using date hierarchy. Especially for key column of the date table
Try filetr like
filter(allselected(Date), Date[Date] <=max(Date[Date]))
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |