Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, I have year table and I am trying to group it in to custom group that would have years I specify.
Only problem is that I can only use measures to do the grouping.
This is what I am trying to do.
Thanks
Solved! Go to Solution.
Hi @Justas4478 ,
Please try:
Measure =
SWITCH (
TRUE (),
MAX ( 'Table'[Year] ) >= 2017
&& MAX ( 'Table'[Year] ) <= 2020, "2017-2020",
MAX ( 'Table'[Year] ) >= 2021
&& MAX ( 'Table'[Year] ) <= 2024, "2021-2024"
)
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Justas4478 ,
Please try:
Measure =
SWITCH (
TRUE (),
MAX ( 'Table'[Year] ) >= 2017
&& MAX ( 'Table'[Year] ) <= 2020, "2017-2020",
MAX ( 'Table'[Year] ) >= 2021
&& MAX ( 'Table'[Year] ) <= 2024, "2021-2024"
)
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@amitchandak @Hariharan_R Hi, I cant do any of the solutions provided since cube is connected using Live connection method. Therefore limiting me to only being able to use measures.
Hi @Justas4478
I doubt on get it in measure. Measure will produce one value as a result. You may need to add Year column in the table and then measure with IF or switch statement.
Thanks
Hari
@Hariharan_R I tried using switch function with measure but it does not accept date table or year column
Hi @Justas4478
Try group option.
Thanks
Hari
@Justas4478 , You need to create a new column of dynamic segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
45 | |
40 | |
30 |
User | Count |
---|---|
154 | |
94 | |
62 | |
42 | |
41 |