This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I want to create a text report like;
Dear [CompanyName];
Your last order date is [LastOrderDate]. If you need new [NewItem]....
etc. etc. et.c
I want to fill the areas between [ ] tags from the database. I tried to create measure. However id did not worked for me. I want to create a table that has all companies, all last order date and all new items. When I click a single value report shoul be filled this value. For example;
Companies | Last Order Date | New Item
Apple | 05/05/2017 | Phone
Microsoft | 06/06/2017 | Computer
IBM | 07/07/2017 | Laptop
When I select first row I want to see these information in my report.
Is this possible? Is there anybody who tried to do sometinhg like that?
Thanks in advance.
Solved! Go to Solution.
Hi @om_eraydin,
In text box, we can not use measure. I suggest you add the measure in card visual. Please review the following steps.
1. Create a Table visual to display your table data.
2. Create a measure using the formula.
Measure = "Dear"&VALUES(TT[Companies])&"Your last order date is"&VALUES(TT[Last Order Date])&"If you need new"&VALUES(TT[New Item])
3. Create a card visual to disply the Measure, when you select the first row in the table, the card will display the corresponding result.select the first row in table
select the second row in table
Best Regards,
Angelia
Hi @om_eraydin,
In text box, we can not use measure. I suggest you add the measure in card visual. Please review the following steps.
1. Create a Table visual to display your table data.
2. Create a measure using the formula.
Measure = "Dear"&VALUES(TT[Companies])&"Your last order date is"&VALUES(TT[Last Order Date])&"If you need new"&VALUES(TT[New Item])
3. Create a card visual to disply the Measure, when you select the first row in the table, the card will display the corresponding result.select the first row in table
select the second row in table
Best Regards,
Angelia
The issue here is that using a CARD will display the result that will be aligned in the CENTER , which is not always ideal when I may have some text in varing length from say 5 words to 20 words and it will look strange on the report where the 5 words text will be in the middle of the CARD and the 20 words text will be stretched fully into the CARD !!
Thanks Angelia. This is the exact solution I needed.
I see no reason why not. Personally I would use MS Word. I guess you could connect to power BI. Certainly you could extract a spreadsheet using Analyze in Excel and build a mail merge from there.
Thanks for answer but I want to create this report in Power BI. Using MS word, MS excel etc is not my first choice.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 24 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 38 | |
| 28 | |
| 23 | |
| 22 |