Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
my table is like that
date (close of month) | Sales | Unique Customers | Unique Customers 3M | Unique Customers 6M | Unique Customers 12M |
29/1/2016 | 314 | 79 | 257 | 594 | 786 |
29/2/2016 | 460 | 115 | 257 | 594 | 786 |
31/3/2016 | 380 | 95 | 257 | 594 | 786 |
28/4/2016 | 360 | 90 | 476 | 594 | 786 |
31/5/2016 | 896 | 224 | 476 | 594 | 786 |
30/6/2016 | 1056 | 266 | 476 | 594 | 786 |
29/7/2016 | 316 | 79 | 283 | 480 | 786 |
31/8/2016 | 408 | 102 | 283 | 480 | 786 |
30/9/2016 | 572 | 143 | 283 | 480 | 786 |
31/10/2016 | 412 | 103 | 290 | 480 | 786 |
30/11/2016 | 708 | 177 | 290 | 480 | 786 |
14/12/2016 | 62 | 18 | 290 | 480 | 0 |
I would like when i select one month to have the values of Unique Customers.
When a user selects a quarter (Q1, Q2, Q3, Q4) ( to have the values of 3M, when selects YTD to have the values of 12M
If users selects months that are not in a quarter (Q1, Q2, Q3, Q4) (eg 29/2 - 31/3 - 28/4) maybe a blank value?
for one month selection is quite simple
IF(DISTINCTCOUNT('mytable'[date])=1;SUMX('mytable';'mytable'[Contacts unique clients]);"")
Any ideas?
Solved! Go to Solution.
Hi @giorgiokatr,
I think there are some topics that covers guideline to implement dynamic slicer as your description:
Hi @giorgiokatr,
I think there are some topics that covers guideline to implement dynamic slicer as your description:
Thanks! Very helpful!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |