I have 2 percentage measures in separate cards (e.g. 10% and 20%). I want to add a "/" slash sign between them (like this: 10% / 20%). How can I do this? I thought one way would be to add this sign to the end of the first formula, but it makes my percentage formula to a text. What would you advice me? Thank you in advance.
how to add a "/" slash sign to my measure result in dax
226 Views Asked by Natia Mikava At
1
There are 1 best solutions below
Related Questions in POWERBI
- Does Power BI provide an OOTB Geographical Dimension Table
- How to change point color in Deneb while having lines be the same color as the legend
- SQL analytics endpoint and Semantic model not being created in MS Fabric Lakehouse
- Parse Dynamic Power BI table with selenium
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- Market share growth versus last month, last year
- DAX query: trying to count unique entries that match two different criteria
- Azure Analysis Service, with an on prem gateway, in vnet
- Dax Many to Many Measure with Calender Date filters
- How to install NPGSQL and connect a PostgreSQL database to Power BI?
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- how can i obtain earliest day and lastest date per row/item number using Power Bi?
- Slicer Filtering on Drill-through Field Not Working
Related Questions in FORMAT
- C++: Prevent method from expanding too early when passed as argument
- I am using the bash terminal in VS Code, I am new to coding, and the terminal displays very differently, how do I get them to match?
- How to assign a value to a string variable, that includes embedded '=' in the value
- VSCode not autoformating R lintr suggestions
- How to preserve json file format when writing a file
- Python search for the errors in the JSON
- Combine an audio and a text file as one single file
- SSRS - Do not want to round a percent
- Date Format mdy vs dmy
- command in bash contains printf but the format is not hand over to variable
- How can I change the dateformat of dateColumn in react-datasheet-grid
- How to format float to omit zeros at the end of the fraction
- R for loop to display mean and max of each row in a matrix
- Formatting IMF IFS data in R
- Having trouble setting x-axis endpoints in proc univariate
Related Questions in DAX
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- DAX query: trying to count unique entries that match two different criteria
- Dax Many to Many Measure with Calender Date filters
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- DATEDIFF "An invalid numeric representation of a date value was encountered" Error
- YTD sum by month, using only latest value for each month
- Stopping a Power BI Table visual slicing the result of a virtual table
- Need simplification on this DAX code in Power BI
- Measure month prior to selected month in DAX
- New Measure in Power BI which show count of raw_stnd_id for each raw_adm_appl_id where rn_desc = 1
- How do I count certain records in one table based while excluding records based on date values in another table?
- How to make a DAX formula respond to a Timeline slider?
- PowerBI (DAX) SELECTEDVALUED for creating a new column
Related Questions in SLASH
- CSV with Number and Slash around numbers updates the data when I open in Excel
- python Interactions library doesnt accept argument
- How to handle error "dispatch_unknown_error" when i am trying to trigger a jenkins job with slash command build in slack
- NextJS router push remove slash
- When using discord.py purge with slash commands: i can only delete 1 message or i get an error
- Remove the slash (/) at the end of my routee
- Send Slash Commands Embeds Choices | Discord.js v14
- is my .htaccess if okay? i am unable to use directores in main domain
- Slash command in discord bot
- Tiktok API redirect URI with slash (/) leads to 404 in my case why?
- Discord.js v14 | How do I make a Button that doesn't expire
- discord.js v14 | Send a DM embed message with slash commands
- Discord slash command 2 choices
- how to add a "/" slash sign to my measure result in dax
- Remove leading slash (/) from imports after bundling a Vite project
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
you can have a final measure as below-
here is a sample output-