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.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |