Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I want to create a string like follows: "The opened calender weeks are CW21/CW20/CW19/CW18".
I have a column with starting with the latest calender week, like this:
CW21
CW20
CW19
CW18
CW17
CW16
CW15
...
I always need the first 4 lines (here: 21,20,19,18).
How can i get a string just like shown above?
Thanks!
Solved! Go to Solution.
Hi @Anonymous
I would be something like
"The opened calender weeks are " &
CONCATENATEX ( TOPN ( 4, VALUES ( TableName[Column1] ), DESC ), TableName[Column2], "/")
Hi @Anonymous
I would be something like
"The opened calender weeks are " &
CONCATENATEX ( TOPN ( 4, VALUES ( TableName[Column1] ), DESC ), TableName[Column2], "/")
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |