Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
For some reason Text is being included in my subtotals. See "First Customer Name" in my example. I have the text formated as Text in Data Type and in Format. It is also flagged as "Don't Summarize". Help!
Solved! Go to Solution.
Hi @ShrimpSurf ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Name_measure =
IF(
HASONEVALUE('Table'[Date]),MAX('Table'[Name]),BLANK())
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @ShrimpSurf ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Name_measure =
IF(
HASONEVALUE('Table'[Date]),MAX('Table'[Name]),BLANK())
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi,
What result are you expecting? Share the download link of your PBI file.
I would expect that the customer name in the far right would not be included under the Month or Year total.
How should I share the PBI file (Google download)?
Hi,
Google Drive download link.
I just granted you permission. Thanks again!
https://drive.google.com/file/d/19InK05XEQscqMKT7BKgtJ278PEf0GEb_/view?usp=sharing
See the WO Detail tab. Thank you!
Access Denied message.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.