Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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..
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 |
---|---|
56 | |
54 | |
54 | |
37 | |
29 |
User | Count |
---|---|
78 | |
64 | |
45 | |
40 | |
40 |