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 everyone. (Sorry for the basic question below )
I nned to change the Empty ("En blanco") from this card,
but I dont remember how to get to formula editor, similar to this yellow part below, to modify the formula to the card
TY for your time
Solved! Go to Solution.
Select the Visual or Field:
Access the Fields Pane:
Locate the Field with the Formula:
Access the Formula Editor:
Modify the Formula:
Apply the Changes:
Verify Results:
It's important to note that the exact steps might vary slightly depending on the version of Power BI you are using, but the general process should be similar. If you are using Power BI Desktop, these steps should be applicable.
Remember to save your Power BI file after making changes to ensure that your modifications are retained.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
Hi @Anonymous ,
Based on what you’ve mentioned, to access and modify the formula used in a card visual, you can follow these steps:
Here are my test data:
1.Create a measure to get value based on id
Measure = CALCULATE( MAX('Table'[Value]), FILTER('Table', 'Table'[ID] == SELECTEDVALUE('Table 2'[ID]) ) )
2. To modify the formula used in a card visual, you can create a measure like below
Is Blank = IF(ISBLANK([Measure]), "The value is blank", [Measure])
3.When selected value == 3, Initial output
4.Aftrer using the measure Is Blank
In order for you to solve the problem faster, you can refer to the following documentation
How to Get Your Question Answered Quickly - Microsoft Fabric Community
Best Regards,
Albert He
Here are the steps to switch to the "Model" view and modify a calculated column:
Switch to Model View:
Locate your Table:
Open the Formula Bar:
Modify the Formula:
Apply Changes:
Close Model View:
Please note that in the "Model" view, you'll be able to see and modify calculated columns and measures, while in the "Data" view, you primarily work with the raw data.
If you are still having trouble, make sure you are selecting the correct table and column, and ensure that the formula bar is visible at the top of the Power BI Desktop window.
Hi @Anonymous ,
Based on what you’ve mentioned, to access and modify the formula used in a card visual, you can follow these steps:
Here are my test data:
1.Create a measure to get value based on id
Measure = CALCULATE( MAX('Table'[Value]), FILTER('Table', 'Table'[ID] == SELECTEDVALUE('Table 2'[ID]) ) )
2. To modify the formula used in a card visual, you can create a measure like below
Is Blank = IF(ISBLANK([Measure]), "The value is blank", [Measure])
3.When selected value == 3, Initial output
4.Aftrer using the measure Is Blank
In order for you to solve the problem faster, you can refer to the following documentation
How to Get Your Question Answered Quickly - Microsoft Fabric Community
Best Regards,
Albert He
Select the Visual or Field:
Access the Fields Pane:
Locate the Field with the Formula:
Access the Formula Editor:
Modify the Formula:
Apply the Changes:
Verify Results:
It's important to note that the exact steps might vary slightly depending on the version of Power BI you are using, but the general process should be similar. If you are using Power BI Desktop, these steps should be applicable.
Remember to save your Power BI file after making changes to ensure that your modifications are retained.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
In case there is still a problem, please feel free and explain your issue in detail, It will be my pleasure to assist you in any way I can.
Hello 123abc 🙂 thank you for your answer, but I cannot find the step 2, I have this view. what have I doing wrong?
I just have the desktop application.
A few moths ago I could change that part, but now I dont remember how get to that part to change the formula hahaha
thank you for your time
Here are the steps to switch to the "Model" view and modify a calculated column:
Switch to Model View:
Locate your Table:
Open the Formula Bar:
Modify the Formula:
Apply Changes:
Close Model View:
Please note that in the "Model" view, you'll be able to see and modify calculated columns and measures, while in the "Data" view, you primarily work with the raw data.
If you are still having trouble, make sure you are selecting the correct table and column, and ensure that the formula bar is visible at the top of the Power BI Desktop window.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |