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.
Hi I have a quarter column Qtr in my report which shows as 1,2,3,4 but in my final report I need to show it as Q1,Q2.But it has null values ,so i cannot use concatenate function directly as blank cell should be shown as blank only.How can i write this??
Qtr | calculatedcolumn need to be concatenated with Q |
null | null |
1 | Q1 |
2 | Q2 |
3 | Q3 |
4 | Q4 |
Thanks
Swapna.
Solved! Go to Solution.
@kan -
Try:
Concat = IF( (Table1[Qtr]), CONCATENATE("Q",Table1[Qtr]) )
Proud to be a Super User!
@kan -
Try:
Concat = IF( (Table1[Qtr]), CONCATENATE("Q",Table1[Qtr]) )
Proud to be a Super User!
Thanks it worked for me..
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
44 | |
38 | |
37 |