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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I want to create a percentage of total measure filtered by two columns.
I want to calculate the % of total trips filtered by weekday and by fiscalweek day...
The results of the measure suppose to look like in the picture below
Thanks in advence!
Hi @Shaki ,
So do you want to correct the wrong Row - Total(100%) ?
If so, you could use HASONEVALUE() like:
Measure = IF(HASONEVALUE('Table'[Week]),1,0)
If you are still confused about it, please provide me with more details about your table and your expected output or share me with your pbix file after removing sensitive data.
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @amitchandak , thanks for your replay
This is the matrix table... the % of total time is excactly what I wanted with the same numbers of the top right visual. But the % of total shortdayname doesn't get the same result as the left top visual. Is it even doable?
(Total trip and hours are from the same table, the shortdayname is from another table).
@Shaki , In such case it usually
divide([measure], calculate([measure], allselected()) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |