Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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:
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
18 | |
17 | |
16 |
User | Count |
---|---|
29 | |
27 | |
19 | |
15 | |
14 |