Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, currently I am struggling with text reference in PowerBI. I would like to create a card function in PowerBI, which shows the text in a specific cell from excel database. The text in the cell will change if I modify some parameters in the excel database, and I would like to make PowerBI also change the text in card function. For example, I would like to create the card in PowerBI shows the text in E3 cell, could anyone teach me how to achieve this function? Thanks a lot!
Solved! Go to Solution.
Hi @Hengqiiiiii,
I made one sample for your reference. Here we need to add an index column in excel or power query. Then you can use the measure as below to achieve your goal.
Measure = CALCULATE(MAX(Table1[E]),FILTER(Table1,Table1[index]=3))
For more details, please check the pbix as attached.
Regards,
Frank
Hi @Hengqiiiiii,
I made one sample for your reference. Here we need to add an index column in excel or power query. Then you can use the measure as below to achieve your goal.
Measure = CALCULATE(MAX(Table1[E]),FILTER(Table1,Table1[index]=3))
For more details, please check the pbix as attached.
Regards,
Frank
Hi Frank, thank you so much for your kind help! It is really useful and I am so grateful that you take time to help me solve the problem!
Best wishes,
Hengqi
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 100 | |
| 38 | |
| 29 | |
| 29 |