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,
Need help in dax, i want show start of quarter date in card visual based on the slicer date selection (Slicer Type = After)
Note = Financial Start from 1st April
Solved! Go to Solution.
@Anonymous , create this measure:
StartOfQtr = STARTOFQUARTER(FIRSTDATE('YourDateTable'[Date]))
and place it into the Card visual. These are the results I get when I select 23 Aug 2022 in the Date slicer:
@Anonymous , create this measure:
StartOfQtr = STARTOFQUARTER(FIRSTDATE('YourDateTable'[Date]))
and place it into the Card visual. These are the results I get when I select 23 Aug 2022 in the Date slicer:
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |