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 all,
I have the following Matrix visual as shown down below. Is it possible to tweak the "W/O Reason" measure to get a text line called "Various reasons" in the row "SR_Service_RecID" (11882) in cases where the underlying row Time_RecID (176315, 176316, 176318) has various W/O Reasons?
My current measure W/O Reason looks like this:
The data is imported from a Sql database, the yellow highlighted field is the basis for the measure.
Here is a sample file for download:
https://www.dropbox.com/s/m02gi8921l97o5z/Sample_Data.pbix?dl=0
Solved! Go to Solution.
W/O Reason =
var r = countrows(values(xxx[No_bill_reason_3]))
return switch(true(),r=1,max(xxx[No_bill_reason_3]),r>1,"Various reasons",BLANK())
Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
@lbendlin Hi, here is a sample data file. I appreciate it if you can help me.
https://www.dropbox.com/s/m02gi8921l97o5z/Sample_Data.pbix?dl=0
W/O Reason =
var r = countrows(values(xxx[No_bill_reason_3]))
return switch(true(),r=1,max(xxx[No_bill_reason_3]),r>1,"Various reasons",BLANK())
This is exactly what I needed, thanks a lot!
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 |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |